Changeset 1764 in Sophya for trunk/ArchTOIPipe/ProcWSophya


Ignore:
Timestamp:
Nov 14, 2001, 3:10:13 PM (24 years ago)
Author:
aubourg
Message:

magiqueries

Location:
trunk/ArchTOIPipe/ProcWSophya
Files:
4 edited

Legend:

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

    r1739 r1764  
    2828ifeq ($(MACHEROS),IRIX64)
    2929 ifeq ($(CXX), CC)
    30    CXXFLAGS = -LANG:std -woff 1171,1174,1552 -O -OPT:Olimit=0
    31    CFLAGS  =  -O -OPT:Olimit=0
     30    CXXFLAGS = -O
     31    CFLAGS   = -O
     32#   CXXFLAGS = -LANG:std -woff 1171,1174,1552 -O -OPT:Olimit=0
     33#   CFLAGS  =  -O -OPT:Olimit=0
    3234 endif
    3335endif
  • trunk/ArchTOIPipe/ProcWSophya/rztoi.cc

    r1738 r1764  
    33//                               Christophe Magneville
    44//                               Reza Ansari
    5 // $Id: rztoi.cc,v 1.8 2001-11-08 15:47:45 aubourg Exp $
    6 
     5// $Id: rztoi.cc,v 1.9 2001-11-14 14:10:13 aubourg Exp $
     6
     7#include "config.h"
    78#include "array.h"
    89#include "rztoi.h"
  • trunk/ArchTOIPipe/ProcWSophya/simtoipr.cc

    r1762 r1764  
    33//                               Christophe Magneville
    44//                               Reza Ansari
    5 // $Id: simtoipr.cc,v 1.16 2001-11-13 16:22:47 aubourg Exp $
     5// $Id: simtoipr.cc,v 1.17 2001-11-14 14:10:13 aubourg Exp $
     6
     7#include "config.h"
    68
    79#include "array.h"
  • trunk/ArchTOIPipe/ProcWSophya/smoothtoi.cc

    r1762 r1764  
    8080}
    8181
    82 for(int_4 sn=snb;sn<=sne;sn++) {
     82{for(int_4 sn=snb;sn<=sne;sn++) {
    8383
    8484  r_8 bolo; uint_8 fgbolo=0;
     
    123123
    124124  putData(0,sn,bolo,fgbolo);
    125 }
     125}}
    126126cout<<"DataSmooth::run(): Fin de boucle: notsmoothed="<<notsmoothed
    127127    <<" / tot="<<sne-snb+1<<endl;
Note: See TracChangeset for help on using the changeset viewer.