From f8e3cfe91d0334073d7a2a1c193883e5c913a13e Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Tue, 15 Dec 2020 19:41:47 +0100 Subject: [PATCH] not needed (was stored as restart data) --- src/CPFEM2.f90 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/CPFEM2.f90 b/src/CPFEM2.f90 index 5d9d24149..a76f018f7 100644 --- a/src/CPFEM2.f90 +++ b/src/CPFEM2.f90 @@ -67,7 +67,8 @@ subroutine CPFEM_initAll call homogenization_init call CPFEM_init call config_deallocate - call crystallite_setInitialValues ! ToDo: MD More general approach needed + if (interface_restartInc==0) & + call crystallite_setInitialValues ! ToDo: MD More general approach needed end subroutine CPFEM_initAll