Xmat_Oedo_hypo_vw96.f
) this would be something similar togfortran -ffree-form -cpp Xmat_Oedo_hypo_vw96.f -o Xmat_Oedo_Fortran
for Linux with GCC or from Windows with Intel compiler similar toifort /free /fpp xmat.f Xmat_Oedo_hypo_vw96.f /exe:Xmat_Oedo_Fortran.exe
Make sure to include the flags for free format and preprocessing when compiling (as shown).If the Fortran source file were in fixed format, first compile the xMat as an object file and then compile both to the final program.
It is assumed that the Fortran
xmat_console
interface is to be used. If the UMAT
interface should be used instead, go to the page linked below.Linked files