28char eos_fit_fps_C[] =
"$Header: /cvsroot/Lorene/C++/Source/Eos/eos_fit_fps.C,v 1.3 2014/10/13 08:52:52 j_novak Exp $" ;
50#include "eos_fitting.h"
60 :
Eos_fitting(
"EOS fitted to FPS",
"eos_fit_fps.d", path)
92 cout <<
"The second EOS is not of type Eos_fit_FPS !" << endl ;
113 "EOS of class Eos_fit_FPS : "
116 ost <<
" composition : n, p, e, mu" << endl ;
117 ost <<
" model : effective nucleon energy functional, FPS" << endl ;
virtual ostream & operator>>(ostream &) const
Operator >>
virtual ~Eos_fit_FPS()
Destructor.
virtual bool operator!=(const Eos &) const
Comparison operator (difference)
Eos_fit_FPS(const char *path)
Standard constructor.
virtual int identify() const
Returns a number to identify the sub-classe of Eos the object belongs to.
virtual bool operator==(const Eos &) const
Comparison operator (egality)
Base class for the analytically fitted equation of state.
Equation of state base class.
virtual int identify() const =0
Returns a number to identify the sub-classe of Eos the object belongs to.