Changeset 326 in Sophya for trunk/SophyaPI/PIext/nomstladapter.cc
- Timestamp:
- Jun 23, 1999, 4:41:47 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nomstladapter.cc
r314 r326 84 84 85 85 /* --Methode-- */ 86 uint_4 NTupInt_StarList::NbLines() 86 uint_4 NTupInt_StarList::NbLines() const 87 87 { 88 88 return(mStl->NbStars()); … … 90 90 91 91 /* --Methode-- */ 92 uint_4 NTupInt_StarList::NbColumns() 92 uint_4 NTupInt_StarList::NbColumns() const 93 93 { 94 94 return(11); … … 96 96 97 97 /* --Methode-- */ 98 r_8* NTupInt_StarList::GetLineD(int n) 98 r_8* NTupInt_StarList::GetLineD(int n) const 99 99 { 100 100 BStar* bst = mStl->Star(n); … … 118 118 119 119 /* --Methode-- */ 120 string NTupInt_StarList::VarList_C(const char* nx) 120 string NTupInt_StarList::VarList_C(const char* nx) const 121 121 { 122 122 string nomx;
Note:
See TracChangeset
for help on using the changeset viewer.