Changeset 668 in Sophya for trunk/SophyaLib/SkyT/blackbody.h


Ignore:
Timestamp:
Nov 29, 1999, 3:16:10 PM (26 years ago)
Author:
ansari
Message:

Ajout de classes deleguees PPersist et correction integration - Sophie 29/11/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SkyT/blackbody.h

    r607 r668  
    22//--------------------------------------------------------------------------
    33// File and Version Information:
    4 //      $Id: blackbody.h,v 1.2 1999-11-20 21:00:47 ansari Exp $
     4//      $Id: blackbody.h,v 1.3 1999-11-29 14:16:03 ansari Exp $
    55//
    66// Description:
     
    3333  inline void setTemperature(double newtemp) { _temperature = newtemp; }
    3434
     35  virtual void ReadSelf(PInPersist& s);
     36  virtual void WriteSelf(POutPersist& s);
    3537  // Redefintion of the Print function
    3638  virtual void      Print(ostream& os)  const;
Note: See TracChangeset for help on using the changeset viewer.