remove extra lines

This commit is contained in:
Sharan Roongta 2021-03-27 13:44:29 +01:00
parent f909aee835
commit 7c96d49b08
1 changed files with 0 additions and 7 deletions

View File

@ -32,7 +32,6 @@ module subroutine elastic_init(phases)
elastic, & elastic, &
stiffDegradation stiffDegradation
print'(/,a)', ' <<<+- phase:mechanical:elastic init -+>>>' print'(/,a)', ' <<<+- phase:mechanical:elastic init -+>>>'
allocate(phase_elasticity(phases%length), source = ELASTICITY_undefined_ID) allocate(phase_elasticity(phases%length), source = ELASTICITY_undefined_ID)
@ -115,9 +114,3 @@ end subroutine phase_hooke_SandItsTangents
end submodule elastic end submodule elastic