From ceb294b77a767b48b425202fbded1451cb01810f Mon Sep 17 00:00:00 2001 From: Pratheek Shanthraj Date: Tue, 28 Oct 2014 18:02:18 +0000 Subject: [PATCH] labels should always be in lower case --- code/material.f90 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/material.f90 b/code/material.f90 index 94dadb864..5002a08e9 100644 --- a/code/material.f90 +++ b/code/material.f90 @@ -28,9 +28,9 @@ module material PLASTICITY_titanmod_label = 'titanmod', & PLASTICITY_nonlocal_label = 'nonlocal', & LOCAL_DAMAGE_none_LABEL = 'none', & - LOCAL_DAMAGE_isoBrittle_LABEL = 'isoBrittle', & - LOCAL_DAMAGE_isoDuctile_LABEL = 'isoDuctile', & - LOCAL_DAMAGE_anisoBrittle_LABEL= 'anisoBrittle', & + LOCAL_DAMAGE_isoBrittle_LABEL = 'isobrittle', & + LOCAL_DAMAGE_isoDuctile_LABEL = 'isoductile', & + LOCAL_DAMAGE_anisoBrittle_LABEL= 'anisobrittle', & LOCAL_DAMAGE_gurson_LABEL = 'gurson', & LOCAL_THERMAL_isothermal_label = 'isothermal', & LOCAL_THERMAL_adiabatic_label = 'adiabatic', &