From 28d654d61e5025ab38629260611a71b8df6bfdcd Mon Sep 17 00:00:00 2001
From: Pratheek Shanthraj
Date: Wed, 22 Feb 2012 20:22:54 +0000
Subject: [PATCH] forgot to remove some print statements in previous commit
---
code/crystallite.f90 | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/code/crystallite.f90 b/code/crystallite.f90
index dccbff99f..7949834da 100644
--- a/code/crystallite.f90
+++ b/code/crystallite.f90
@@ -1065,15 +1065,6 @@ if(updateJaco) then
crystallite_subF(1:3,1:3,g,i,e),Fp_inv_current),&
math_mul33x33(dSdF(1:3,1:3,o,p),math_transpose33(Fp_inv_current))) ! dP/dF = Fe * dS/dF * Fp^-T
enddo; enddo
-! !$OMP CRITICAL (write2out)
- if (e == 1_pInt) then
- print '(a,/,3(12x,3(e10.3,1x),/))', 'dPdF0 * Del F',math_mul3333xx33(crystallite_dPdF0(1:3,1:3,1:3,1:3,g,i,e), &
- (crystallite_subF(1:3,1:3,g,i,e) - crystallite_subF0(1:3,1:3,g,i,e)))
- print '(a,/,3(12x,3(e10.3,1x),/))', 'Del P', crystallite_P(1:3,1:3,g,i,e) - math_mul33x33(crystallite_subFe0(1:3,1:3,g,i,e), &
- math_mul33x33(math_Mandel6to33(crystallite_subTstar0_v(1:6,g,i,e)), &
- math_transpose33(math_inv33(crystallite_subFp0(1:3,1:3,g,i,e)))))
- endif
-! !$OMP END CRITICAL (write2out)
enddo; enddo; enddo
! !$OMP END PARALLEL DO
endif