2013-04-16 18:15:12 +05:30
|
|
|
!--------------------------------------------------------------------------------------------------
|
|
|
|
! $Id$
|
|
|
|
!--------------------------------------------------------------------------------------------------
|
|
|
|
!> @author Martin Diehl, Max-Planck-Institut für Eisenforschung GmbH
|
|
|
|
!> @brief dummy source for inclusion of Library files
|
|
|
|
!--------------------------------------------------------------------------------------------------
|
2013-06-29 00:29:21 +05:30
|
|
|
module libs
|
|
|
|
!nothing in here
|
|
|
|
end module libs
|
2013-04-16 18:15:12 +05:30
|
|
|
|
|
|
|
#ifdef Spectral
|
2013-04-18 22:10:49 +05:30
|
|
|
#include "../lib/kdtree2.f90"
|
2013-04-16 18:15:12 +05:30
|
|
|
#endif
|
2014-06-06 06:08:29 +05:30
|
|
|
#ifdef FEM
|
|
|
|
#include "../lib/kdtree2.f90"
|
|
|
|
#endif
|
2013-04-18 22:10:49 +05:30
|
|
|
#include "../lib/IR_Precision.f90"
|
2013-12-17 18:54:34 +05:30
|
|
|
#include "../lib/Lib_Base64.f90"
|
2013-04-18 22:10:49 +05:30
|
|
|
#include "../lib/Lib_VTK_IO.f90"
|
2013-04-16 18:15:12 +05:30
|
|
|
|