consistent naming
This commit is contained in:
parent
fc4619189f
commit
6236ad52d1
|
@ -20,7 +20,7 @@ program DAMASK_grid
|
|||
use IO
|
||||
use config
|
||||
use math
|
||||
use materialpoint2
|
||||
use materialpoint
|
||||
use material
|
||||
use spectral_utilities
|
||||
use grid_mechanical_spectral_basic
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
!> @author Philip Eisenlohr, Max-Planck-Institut für Eisenforschung GmbH
|
||||
!> @brief needs a good name and description
|
||||
!--------------------------------------------------------------------------------------------------
|
||||
module materialpoint2
|
||||
module materialpoint
|
||||
use parallelization
|
||||
use signals
|
||||
use CLI
|
||||
|
@ -149,4 +149,4 @@ subroutine materialpoint_results(inc,time)
|
|||
|
||||
end subroutine materialpoint_results
|
||||
|
||||
end module materialpoint2
|
||||
end module materialpoint
|
||||
|
|
|
@ -14,7 +14,7 @@ program DAMASK_mesh
|
|||
use parallelization
|
||||
use IO
|
||||
use math
|
||||
use materialpoint2
|
||||
use materialpoint
|
||||
use config
|
||||
use discretization_mesh
|
||||
use FEM_Utilities
|
||||
|
|
Loading…
Reference in New Issue