remove extra lines
This commit is contained in:
parent
f909aee835
commit
7c96d49b08
|
@ -32,7 +32,6 @@ module subroutine elastic_init(phases)
|
|||
elastic, &
|
||||
stiffDegradation
|
||||
|
||||
|
||||
print'(/,a)', ' <<<+- phase:mechanical:elastic init -+>>>'
|
||||
|
||||
allocate(phase_elasticity(phases%length), source = ELASTICITY_undefined_ID)
|
||||
|
@ -115,9 +114,3 @@ end subroutine phase_hooke_SandItsTangents
|
|||
|
||||
|
||||
end submodule elastic
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue