I am trying to use Dynamic arrays in F95 with gfortran (F95) under Ubuntu 6.10.
What is wrong with this code? I am getting a message:
Syntax error in ALLOCATE statment.
I tried to put the ALLOCATE and DEALLOCATE in the main program, and that prevented the error message, but it still did not...