Changeset 1764 in Sophya for trunk/ArchTOIPipe/ProcWSophya
- Timestamp:
- Nov 14, 2001, 3:10:13 PM (24 years ago)
- Location:
- trunk/ArchTOIPipe/ProcWSophya
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/ProcWSophya/Makefile.in
r1739 r1764 28 28 ifeq ($(MACHEROS),IRIX64) 29 29 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 32 34 endif 33 35 endif -
trunk/ArchTOIPipe/ProcWSophya/rztoi.cc
r1738 r1764 3 3 // Christophe Magneville 4 4 // 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" 7 8 #include "array.h" 8 9 #include "rztoi.h" -
trunk/ArchTOIPipe/ProcWSophya/simtoipr.cc
r1762 r1764 3 3 // Christophe Magneville 4 4 // 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" 6 8 7 9 #include "array.h" -
trunk/ArchTOIPipe/ProcWSophya/smoothtoi.cc
r1762 r1764 80 80 } 81 81 82 for(int_4 sn=snb;sn<=sne;sn++) {82 {for(int_4 sn=snb;sn<=sne;sn++) { 83 83 84 84 r_8 bolo; uint_8 fgbolo=0; … … 123 123 124 124 putData(0,sn,bolo,fgbolo); 125 } 125 }} 126 126 cout<<"DataSmooth::run(): Fin de boucle: notsmoothed="<<notsmoothed 127 127 <<" / tot="<<sne-snb+1<<endl;
Note:
See TracChangeset
for help on using the changeset viewer.