From 7c96d49b08f75ccb77c3b095e106aafa923c390b Mon Sep 17 00:00:00 2001 From: Sharan Roongta Date: Sat, 27 Mar 2021 13:44:29 +0100 Subject: [PATCH] remove extra lines --- src/phase_mechanical_elastic.f90 | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/phase_mechanical_elastic.f90 b/src/phase_mechanical_elastic.f90 index 1f1ed367d..9113aa45e 100644 --- a/src/phase_mechanical_elastic.f90 +++ b/src/phase_mechanical_elastic.f90 @@ -31,7 +31,6 @@ module subroutine elastic_init(phases) mech, & elastic, & stiffDegradation - print'(/,a)', ' <<<+- phase:mechanical:elastic init -+>>>' @@ -115,9 +114,3 @@ end subroutine phase_hooke_SandItsTangents end submodule elastic - - - - - -