Ignore:
Timestamp:
Apr 10, 2001, 6:35:25 PM (24 years ago)
Author:
cmv
Message:

changement getData... intermediaire NE COMPILE PAS cmv+rz 10/4/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/TestPipes/fits2asc.cc

    r1437 r1462  
     1#include "machdefs.h"
    12#include "toi.h"
    23#include "toiprocessor.h"
     
    1314
    1415
    15   int n = r.getNOut();
    16   for (int i=0; i<n; i++) {
     16  int ncol = r.getNOut();
     17  for (int i=0; i<ncol; i++) {
    1718    TOI* toi = new TOIRegularWindow("t1");
    1819    string n = r.getOutName(i);
Note: See TracChangeset for help on using the changeset viewer.