Changeset 2286 in Sophya for trunk/SophyaLib/TArray/utilarr.h


Ignore:
Timestamp:
Dec 5, 2002, 12:15:55 PM (23 years ago)
Author:
ansari
Message:

Correction lecture tableaux en ASCII - Reza 5/12/02

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/TArray/utilarr.h

    r1558 r2286  
    109109
    110110  sa_size_t            Append(EnumeratedSequence const & seq);
    111   sa_size_t            Append(string const & str, int & nbad);
    112   sa_size_t            FillFromFile(istream& is, sa_size_t& nr, sa_size_t& nc);
     111  sa_size_t            Append(string const & str, int & nbad, const char* sep=" \t");
     112  sa_size_t            FillFromFile(istream& is, sa_size_t& nr, sa_size_t& nc,
     113                                    char clm='#', const char* sep=" \t");
    113114
    114115private:
Note: See TracChangeset for help on using the changeset viewer.