Changeset 2962 in Sophya for trunk/SophyaLib/HiStats/basedtable.h


Ignore:
Timestamp:
Jun 2, 2006, 1:23:46 PM (19 years ago)
Author:
ansari
Message:

Ajout methode BaseDataTable::CheckCorrectColName() pour correction des noms de colonnes (pour lecture FITS en particulier), Reza 2/6/2006

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/HiStats/basedtable.h

    r2851 r2962  
    144144  // si nom en double ou non valide
    145145  virtual bool      CheckColName(string const & cnom);
     146  // Verifie et corrige si besoin un nom de colonne
     147  virtual bool      CheckCorrectColName(string & cnom);
    146148
    147149  // Acces to various counts and parameters
Note: See TracChangeset for help on using the changeset viewer.