copy and paste error
This commit is contained in:
parent
43a17a17a2
commit
860a6d5d49
|
@ -26,7 +26,7 @@ module FEsolving
|
||||||
|
|
||||||
#if defined(Marc4DAMASK) || defined(Abaqus)
|
#if defined(Marc4DAMASK) || defined(Abaqus)
|
||||||
logical, public, protected :: &
|
logical, public, protected :: &
|
||||||
symmetricSolver = .false., & !< use a symmetric FEM solver
|
symmetricSolver = .false. !< use a symmetric FEM solver (only Abaqus)
|
||||||
character(len=1024), public :: &
|
character(len=1024), public :: &
|
||||||
modelName !< needs description
|
modelName !< needs description
|
||||||
logical, dimension(:,:), allocatable, public :: &
|
logical, dimension(:,:), allocatable, public :: &
|
||||||
|
|
Loading…
Reference in New Issue