28char eos_fit_sly4_C[] =
"$Header: /cvsroot/Lorene/C++/Source/Eos/eos_fit_sly4.C,v 1.2 2014/10/13 08:52:53 j_novak Exp $" ;
47#include "eos_fitting.h"
57 :
Eos_fitting(
"EOS fitted to SLy4",
"eos_fit_sly4.d", path)
89 cout <<
"The second EOS is not of type Eos_fit_SLy4 !" << endl ;
110 "EOS of class Eos_fit_SLy4 : "
113 ost <<
" composition : n, p, e, mu" << endl ;
114 ost <<
" model : effective nucleon energy functional, SLy4" << endl ;
Eos_fit_SLy4(const char *path)
Standard constructor.
virtual int identify() const
Returns a number to identify the sub-classe of Eos the object belongs to.
virtual ~Eos_fit_SLy4()
Destructor.
virtual bool operator==(const Eos &) const
Comparison operator (egality)
virtual bool operator!=(const Eos &) const
Comparison operator (difference)
virtual ostream & operator>>(ostream &) const
Operator >>
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.