Changeset 668 in Sophya for trunk/SophyaLib/SkyT/blackbody.h
- Timestamp:
- Nov 29, 1999, 3:16:10 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyT/blackbody.h
r607 r668 2 2 //-------------------------------------------------------------------------- 3 3 // File and Version Information: 4 // $Id: blackbody.h,v 1. 2 1999-11-20 21:00:47ansari Exp $4 // $Id: blackbody.h,v 1.3 1999-11-29 14:16:03 ansari Exp $ 5 5 // 6 6 // Description: … … 33 33 inline void setTemperature(double newtemp) { _temperature = newtemp; } 34 34 35 virtual void ReadSelf(PInPersist& s); 36 virtual void WriteSelf(POutPersist& s); 35 37 // Redefintion of the Print function 36 38 virtual void Print(ostream& os) const;
Note:
See TracChangeset
for help on using the changeset viewer.