From 9ec87e8d1fa81880e8c06fb58e58b5491b24da0a Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Tue, 26 Feb 2013 06:28:28 +0000 Subject: [PATCH] moved include statement of IO.f90 before corresponding use statement, still untested --- code/DAMASK_marc.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/DAMASK_marc.f90 b/code/DAMASK_marc.f90 index f8cd1483e..078a922f8 100644 --- a/code/DAMASK_marc.f90 +++ b/code/DAMASK_marc.f90 @@ -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"