Changeset 2359 in Sophya for trunk/ArchTOIPipe/ProcWSophya


Ignore:
Timestamp:
Apr 1, 2003, 3:27:48 PM (22 years ago)
Author:
aubourg
Message:

correction plein de betises dans ring2cout

Location:
trunk/ArchTOIPipe/ProcWSophya
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/ProcWSophya/Makefile.in

    r2239 r2359  
    4848SRCFILES=map2toi.cc toi2map.cc rztoi.cc simtoipr.cc ktoibad.cc smoothtoi.cc \
    4949         noisegen.cc meanvarestim.cc simoffset.cc simcleaner.cc flag2map.cc toi2toi_addsp.cc \
    50         Bolos2ring.cc PSB2ring.cc
     50        Bolos2ring.cc PSB2ring.cc toi2ring.cc ring2cout.cc
    5151
    5252FILES=$(patsubst %.c,%.o,$(SRCFILES:.cc=.o))
  • trunk/ArchTOIPipe/ProcWSophya/ring2cout.cc

    r2354 r2359  
    33//                               Christophe Magneville
    44//                               Reza Ansari
    5 // $Id: ring2cout.cc,v 1.2 2003-03-26 09:48:53 cecile Exp $
     5// $Id: ring2cout.cc,v 1.3 2003-04-01 13:27:48 aubourg Exp $
    66
    77#include "toimanager.h"
     
    1414////////////////////////////////////////////////////////////////////////
    1515Ring2cout::Ring2cout(long n)
    16   :totnscount(0), nRings(0)
     16  :totnscount(0), nRings(1)
    1717{
    1818  setNSamples(n);
     
    5555    getData(2,k*Nsamples,Nsamples,val);
    5656    mSnRead ++;
     57    wontNeedBefore(k*Nsamples);
    5758   
    5859    cout << " ring " << k << endl;
    5960    for (int i=i; i< Nsamples;i++)
    60       cout << ctheta << " " << cphi<< " " << val<< endl;
     61      cout << ctheta[i] << " " << cphi[i]<< " " << val[i]<< endl;
    6162    totnscount++;
    6263   
Note: See TracChangeset for help on using the changeset viewer.