moved include statement of IO.f90 before corresponding use statement, still untested

This commit is contained in:
Martin Diehl 2013-02-26 06:28:28 +00:00
parent 0994a8424e
commit 9ec87e8d1f
1 changed files with 1 additions and 1 deletions

View File

@ -66,6 +66,7 @@
#define Marc
#include "prec.f90"
#include "IO.f90"
module DAMASK_interface
use prec, only: pInt
@ -127,7 +128,6 @@ end function getSolverJobName
end module DAMASK_interface
#include "IO.f90"
#include "numerics.f90"
#include "debug.f90"
#include "math.f90"