consistent naming

This commit is contained in:
Franz Roters 2022-05-03 13:00:28 +02:00
parent fc4619189f
commit 6236ad52d1
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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