added libs.f90 to core module compilation, didn't work because kdtree2 wasn't there

This commit is contained in:
Martin Diehl 2013-04-17 17:39:52 +00:00
parent b572c71db0
commit 06c872d404
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ execute = { \
' %s'%'prec.f90'+\
' %s'%'DAMASK_spectral_interface.f90'+\
' %s'%'IO.f90'+\
' %s'%'libs.f90'+\
' %s'%'numerics.f90'+\
' %s'%'debug.f90'+\
' %s'%'math.f90'+\