From fc8a11f0273315336cc97b0d968f6e54f98fd3f2 Mon Sep 17 00:00:00 2001 From: Franz Roters Date: Mon, 19 Oct 2015 06:57:23 +0000 Subject: [PATCH] corrected typo: alias for first Piola stress should read 1stpiola NOT 1piola --- code/crystallite.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/crystallite.f90 b/code/crystallite.f90 index 2138669a4..62d31f7ec 100644 --- a/code/crystallite.f90 +++ b/code/crystallite.f90 @@ -340,7 +340,7 @@ subroutine crystallite_init crystallite_outputID(output,section) = e_ID case ('ee') crystallite_outputID(output,section) = ee_ID - case ('p','firstpiola','1piola') + case ('p','firstpiola','1stpiola') crystallite_outputID(output,section) = p_ID case ('s','tstar','secondpiola','2ndpiola') crystallite_outputID(output,section) = s_ID