Changeset 14447 for trunk/Mars/mastro
- Timestamp:
- 10/02/12 11:44:41 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mastro/MVector3.h
r8907 r14447 47 47 const char *GetName() const { return fName; } 48 48 49 void WriteBinary( ostream &out) const;50 void ReadBinary( istream &in);49 void WriteBinary(std::ostream &out) const; 50 void ReadBinary(std::istream &in); 51 51 52 52 ClassDef(MVector3, 1) // A specialized TVector3 storing a star-name
Note:
See TracChangeset
for help on using the changeset viewer.