From 0c4790d46892b84eb3f301bebc47e808c075c3a3 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Wed, 22 Jan 2020 08:24:55 +0100 Subject: [PATCH] solver specific, should not be reported here --- src/CPFEM.f90 | 1 - 1 file changed, 1 deletion(-) diff --git a/src/CPFEM.f90 b/src/CPFEM.f90 index 044837b74..a48617607 100644 --- a/src/CPFEM.f90 +++ b/src/CPFEM.f90 @@ -119,7 +119,6 @@ subroutine CPFEM_init write(6,'(a32,1x,6(i8,1x))') 'CPFEM_cs: ', shape(CPFEM_cs) write(6,'(a32,1x,6(i8,1x))') 'CPFEM_dcsdE: ', shape(CPFEM_dcsdE) write(6,'(a32,1x,6(i8,1x),/)') 'CPFEM_dcsdE_knownGood: ', shape(CPFEM_dcsdE_knownGood) - write(6,'(a32,l1)') 'symmetricSolver: ', symmetricSolver flush(6) endif