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


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

corrections pour impression/dump ascii des tableaux/matrices - Reza 30 Mai 2005

File:
1 edited

Legend:

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

    r2756 r2788  
    1 // $Id: tmatrix.cc,v 1.31 2005-05-23 17:28:17 ansari Exp $
     1// $Id: tmatrix.cc,v 1.32 2005-05-30 16:53:23 ansari Exp $
    22//                         C.Magneville          04/99
    33#include "sopnamsp.h"
     
    394394  sa_size_t kc,kr; 
    395395  for(kr=0; kr<size_[marowi_]; kr++) {
    396     if ( (size_[marowi_] > 1) && (size_[macoli_] > 10) && ascd) cout << "----- Line= " << kr << endl;
     396    if ( (size_[marowi_] > 1) && (size_[macoli_] > 10) && !ascd)
     397      os << "----- Line= " << kr << endl;
    397398    for(kc=0; kc<size_[macoli_]; kc++) {
    398399      if(kc > 0) os << " "; 
Note: See TracChangeset for help on using the changeset viewer.