// --------------------------------------------------
// --------------------------------------------------
// Important note for Compiling FMLib executable 
// --------------------------------------------------
// --------------------------------------------------

In this directory you should place the following three object files.

1 FM.o
2 FMSAVE.o
3 FMZM90.o

You can obtain the source code to produce these object files at :

http://www.lmu.edu/acad/personal/faculty/dmsmith2/FM1.2/

IMPORTANT : Before you compile the source file FM.f90, you need to 
modify the declaration of STRING in the subroutine FMSETVAR as follows.

line 25627 : CHARACTER(20) :: STRING 

Otherwise the testtool will not work properly.

