From eb98649793f8e384ab5952eff8ae4ece899221eb Mon Sep 17 00:00:00 2001 From: Sharan Roongta Date: Tue, 16 Jun 2020 17:50:35 +0200 Subject: [PATCH] compilation order matters --- src/commercialFEM_fileList.f90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commercialFEM_fileList.f90 b/src/commercialFEM_fileList.f90 index 346970b49..942363a9f 100644 --- a/src/commercialFEM_fileList.f90 +++ b/src/commercialFEM_fileList.f90 @@ -4,11 +4,11 @@ !> @details List of files needed by MSC.Marc !-------------------------------------------------------------------------------------------------- #include "IO.f90" +#include "YAML_types.f90" +#include "YAML_parse.f90" #include "numerics.f90" #include "debug.f90" #include "list.f90" -#include "YAML_types.f90" -#include "YAML_parse.f90" #include "future.f90" #include "config.f90" #include "LAPACK_interface.f90"