Installation of FEMOL++
-----------------------
FEMOL++ needs the library MOL++ 
(to get MOL++, see http://lpmm.sciences.univ-metz.fr/~collard/MOL++.html).

1. Put the files mol-***.tar.gz and femol-1.2.tar.gz in the same directory (*** is the current version number of mol++, ***>=1.2) 
2. gunzip mol-***.tar.gz
3. gunzip femol-1.2.tar.gz
4. tar -xvf mol-***.tar (The directory simula+ is created containing the libraries of MOL++)
5. tar -xvf femol-1.2.tar (The directory simula+ is not overwritten but is completed with the libraries of FEMOL++)

How to run FEMOL++ tests ?
------------------------
cd tests
sh run\ FEMOL++

Warning 1 : The compilator to be used is gcc version 4.0.2
Warning 2 : the software "gnuplot" must be installed because it is used by FEMOL++

How to run the Tutorials ?
------------------------
For example, with tuto1 :

g++ -w tuto1.cpp
./a.out

