Changeset 2756 in Sophya for trunk/SophyaLib/TArray/tmatrix.cc


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

certaines manipulation ios (iomanip) supprimees (Compile pas sur OSF1-cxx) - Reza 23/05/2005

File:
1 edited

Legend:

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

    r2752 r2756  
    1 // $Id: tmatrix.cc,v 1.30 2005-05-23 16:18:17 ansari Exp $
     1// $Id: tmatrix.cc,v 1.31 2005-05-23 17:28:17 ansari Exp $
    22//                         C.Magneville          04/99
    33#include "sopnamsp.h"
     
    376376
    377377  // keep stream's io flags
    378   ios_base::fmtflags ioflg = os.flags();
    379   os << right ;
     378  // ios_base::fmtflags ioflg = os.flags(); compil pas sur OSF-cxx
     379  // os << right ;   compile pas sur OSF-cxx
    380380
    381381  Show(os, si);
     
    405405  }
    406406  os << endl;
    407   os.flags(ioflg);  // reset stream io flags
     407  //compile pas sur OSF-cxx os.flags(ioflg);  // reset stream io flags
    408408}
    409409
Note: See TracChangeset for help on using the changeset viewer.