added libs.f90 to core module compilation, didn't work because kdtree2 wasn't there
This commit is contained in:
parent
b572c71db0
commit
06c872d404
|
@ -94,6 +94,7 @@ execute = { \
|
||||||
' %s'%'prec.f90'+\
|
' %s'%'prec.f90'+\
|
||||||
' %s'%'DAMASK_spectral_interface.f90'+\
|
' %s'%'DAMASK_spectral_interface.f90'+\
|
||||||
' %s'%'IO.f90'+\
|
' %s'%'IO.f90'+\
|
||||||
|
' %s'%'libs.f90'+\
|
||||||
' %s'%'numerics.f90'+\
|
' %s'%'numerics.f90'+\
|
||||||
' %s'%'debug.f90'+\
|
' %s'%'debug.f90'+\
|
||||||
' %s'%'math.f90'+\
|
' %s'%'math.f90'+\
|
||||||
|
|
Loading…
Reference in New Issue