From 422d6d9c6c10dc286f53f9a8354967e12e4e4b6b Mon Sep 17 00:00:00 2001 From: Christoph Kords Date: Tue, 2 Aug 2011 12:36:08 +0000 Subject: [PATCH] slight correction of debugging output --- code/homogenization.f90 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/homogenization.f90 b/code/homogenization.f90 index 4db642814..412bf692e 100644 --- a/code/homogenization.f90 +++ b/code/homogenization.f90 @@ -412,9 +412,9 @@ subroutine materialpoint_stressAndItsTangent(& #ifndef _OPENMP if (debug_verbosity > 2 .and. ((e == debug_e .and. i == debug_i) .or. .not. debug_selectiveDebugger)) then - write(6,'(a,x,f10.8,/)') '<< HOMOG >> cutback step in materialpoint_stressAndItsTangent with& - new materialpoint_subStep:',& - materialpoint_subStep(i,e) + write(6,'(a,x,f10.8,/)') & + '<< HOMOG >> cutback step in materialpoint_stressAndItsTangent with new materialpoint_subStep:',& + materialpoint_subStep(i,e) endif #endif