Changeset 326 in Sophya for trunk/SophyaPI/PIext/nomstladapter.cc


Ignore:
Timestamp:
Jun 23, 1999, 4:41:47 PM (26 years ago)
Author:
ercodmgr
Message:

1/ NTupleInterface mis ds Outils++ et complete -
2/ Les PINtuple et PINtup3D utilisent maintenant NTupleInterface
3/ Debut modification interface NObjMgr - Reza 23/6/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/nomstladapter.cc

    r314 r326  
    8484
    8585/* --Methode-- */
    86 uint_4 NTupInt_StarList::NbLines()
     86uint_4 NTupInt_StarList::NbLines() const
    8787{
    8888return(mStl->NbStars());
     
    9090
    9191/* --Methode-- */
    92 uint_4 NTupInt_StarList::NbColumns()
     92uint_4 NTupInt_StarList::NbColumns() const
    9393{
    9494return(11);
     
    9696
    9797/* --Methode-- */
    98 r_8* NTupInt_StarList::GetLineD(int n)
     98r_8* NTupInt_StarList::GetLineD(int n) const
    9999{
    100100BStar* bst = mStl->Star(n);
     
    118118
    119119/* --Methode-- */
    120 string NTupInt_StarList::VarList_C(const char* nx)
     120string NTupInt_StarList::VarList_C(const char* nx) const
    121121{
    122122string nomx;
Note: See TracChangeset for help on using the changeset viewer.