-
_ moved *.f to *.f90 in fvn_integ as these files are f90 syntax to be compiled free-format
_ corrected ci and si in fvn_fnlib
Note : this is not yet ansi compliant codegit-svn-id: https://lxsd.femto-st.fr/svn/fvn@50 b657c933-2333-4658-acf2-d3c7c2708721
fvnlib_sophia.f90
491 Bytes
module fvn
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! fvn : a f95 module replacement for some imsl routines
! it uses lapack for linear algebra
! it uses modified quadpack for integration
!
! William Daniau 2007->today
! william.daniau@femto-st.fr
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
use fvn_common
use fvn_linear
use fvn_integ
use fvn_interpol
!use fvn_sparse !ChW : not used in Sophia for the moment
use fvn_fnlib
use fvn_misc
end module fvn