From 17b27271a5fb5ec8c425c714811ed29b60ea9434 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Thu, 21 Jan 2016 09:06:25 +0000 Subject: [PATCH] init was missing (only important for restart) --- code/CPFEM2.f90 | 1 + 1 file changed, 1 insertion(+) diff --git a/code/CPFEM2.f90 b/code/CPFEM2.f90 index ae2f4b124..bece85292 100644 --- a/code/CPFEM2.f90 +++ b/code/CPFEM2.f90 @@ -75,6 +75,7 @@ materialpoint_postResults call crystallite_init call homogenization_init call materialpoint_postResults + call CPFEM_init end subroutine CPFEM_initAll