I am doing a number of matrix multiplies and matrix modifications. I get a message to the effect that a variable or function is undefined within one of the matrix routines. It stops on a simple 'a(k) = - a(k)' statement. However when I leave Plato, compile the program using the command line compile-linker, the program runs just as it should with no errors.
CLE