Changeset 2752 in Sophya for trunk/SophyaLib/TArray/utilarr.cc


Ignore:
Timestamp:
May 23, 2005, 6:18:17 PM (20 years ago)
Author:
ansari
Message:

1/ Suppression du constructeur de copie avec specification d'organisation memoire (MemoryMapping) pour TMatrix<T> et TVector<T>
2/ Amelioration de l'impression des TArray/TMatrix avec la specification setw(largeur)
3/ Correction petit bug dans la lecture fichiers ASCII argument non transmis ds utilarr.cc

Reza 23 Mai 2005

File:
1 edited

Legend:

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

    r2615 r2752  
    287287    if (is.good()) {
    288288      if ((line.length() > 0) && (line[0]!=clm)) {
    289         nel = Append(line, nbad);
     289        nel = Append(line, nbad, sep);
    290290        if (nel > 0)  {
    291291          nr++;  n += nel;
     
    298298  }
    299299  if ((line.length() > 0) && (line[0]!=clm)) {
    300     nel = Append(line, nbad);
     300    nel = Append(line, nbad, sep);
    301301    //        cout << " Decoding Eline = " << line << " Nel= " << nel << endl;
    302302    if (nel > 0)  {
Note: See TracChangeset for help on using the changeset viewer.