Changeset 2756 in Sophya for trunk/SophyaLib/TArray/tmatrix.cc
- Timestamp:
- May 23, 2005, 7:28:17 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/tmatrix.cc
r2752 r2756 1 // $Id: tmatrix.cc,v 1.3 0 2005-05-23 16:18:17 ansari Exp $1 // $Id: tmatrix.cc,v 1.31 2005-05-23 17:28:17 ansari Exp $ 2 2 // C.Magneville 04/99 3 3 #include "sopnamsp.h" … … 376 376 377 377 // 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 380 380 381 381 Show(os, si); … … 405 405 } 406 406 os << endl; 407 os.flags(ioflg); // reset stream io flags407 //compile pas sur OSF-cxx os.flags(ioflg); // reset stream io flags 408 408 } 409 409
Note:
See TracChangeset
for help on using the changeset viewer.