From 5cc73a15a9683c4b3781f400f2924478c0cf3769 Mon Sep 17 00:00:00 2001 From: Christoph Kords Date: Wed, 30 May 2012 07:41:22 +0000 Subject: [PATCH] small correction in debug output --- code/constitutive_nonlocal.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/constitutive_nonlocal.f90 b/code/constitutive_nonlocal.f90 index bc2664268..65ea58040 100644 --- a/code/constitutive_nonlocal.f90 +++ b/code/constitutive_nonlocal.f90 @@ -1597,7 +1597,7 @@ real(pReal), dimension(constitutive_nonlocal_totalNslip(phase_plasticityInstance .and. ((debug_e == el .and. debug_i == ip .and. debug_g == g)& .or. .not. iand(debug_what(debug_constitutive),debug_levelSelective) /= 0_pInt)) then write(6,*) - write(6,'(a,i8,1x,i2,1x,i1)') '<< CONST >> nonlocal_dotState at el ip g ',el,ip,g + write(6,'(a,i8,1x,i2,1x,i1)') '<< CONST >> nonlocal_deltaState at el ip g ',el,ip,g write(6,*) endif #endif