added use statements
This commit is contained in:
parent
865842b0ed
commit
4997328de1
|
@ -95,7 +95,8 @@ subroutine AL_init(temperature)
|
||||||
geomdim, &
|
geomdim, &
|
||||||
wgt, &
|
wgt, &
|
||||||
mesh_NcpElems, &
|
mesh_NcpElems, &
|
||||||
mesh_ipCoordinates
|
mesh_ipCoordinates, &
|
||||||
|
mesh_deformedCoordsFFT
|
||||||
use math, only: &
|
use math, only: &
|
||||||
math_invSym3333
|
math_invSym3333
|
||||||
|
|
||||||
|
@ -218,10 +219,12 @@ type(tSolutionState) function &
|
||||||
use math, only: &
|
use math, only: &
|
||||||
math_mul33x33 ,&
|
math_mul33x33 ,&
|
||||||
math_rotate_backward33
|
math_rotate_backward33
|
||||||
use mesh, only: &
|
use mesh, only: &
|
||||||
res,&
|
res, &
|
||||||
geomdim,&
|
geomdim, &
|
||||||
mesh_ipCoordinates
|
mesh_NcpElems, &
|
||||||
|
mesh_ipCoordinates, &
|
||||||
|
mesh_deformedCoordsFFT
|
||||||
use IO, only: &
|
use IO, only: &
|
||||||
IO_write_JobBinaryFile
|
IO_write_JobBinaryFile
|
||||||
use DAMASK_spectral_Utilities, only: &
|
use DAMASK_spectral_Utilities, only: &
|
||||||
|
|
Loading…
Reference in New Issue