From d37f42da4f04d225dfed8ff46beeab32541c5633 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Sun, 15 Mar 2020 16:58:30 +0100 Subject: [PATCH] better sort files according to solver --- PRIVATE | 2 +- src/commercialFEM_fileList.f90 | 2 +- src/{ => marc}/mesh_marc.f90 | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename src/{ => marc}/mesh_marc.f90 (100%) diff --git a/PRIVATE b/PRIVATE index b84d2cf61..e20c8a342 160000 --- a/PRIVATE +++ b/PRIVATE @@ -1 +1 @@ -Subproject commit b84d2cf61b28d4a7a4568c5eca53d30aa34bee6a +Subproject commit e20c8a34285a2d55980a8897c10a0785108ea7d2 diff --git a/src/commercialFEM_fileList.f90 b/src/commercialFEM_fileList.f90 index f3b681052..f81b3c41d 100644 --- a/src/commercialFEM_fileList.f90 +++ b/src/commercialFEM_fileList.f90 @@ -20,7 +20,7 @@ #include "geometry_plastic_nonlocal.f90" #include "discretization.f90" #ifdef Marc4DAMASK -#include "mesh_marc.f90" +#include "marc/mesh_marc.f90" #endif #include "material.f90" #include "lattice.f90" diff --git a/src/mesh_marc.f90 b/src/marc/mesh_marc.f90 similarity index 100% rename from src/mesh_marc.f90 rename to src/marc/mesh_marc.f90