Changeset 2034 in Sophya for trunk/ArchTOIPipe
- Timestamp:
- May 30, 2002, 11:56:21 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/ProcWSophya/simoffset.cc
r2030 r2034 11 11 #include "pexceptions.h" 12 12 #include "ctimer.h" 13 #include " xntuple.h"13 #include "ntuple.h" 14 14 15 15 #include "flagtoidef.h" … … 116 116 char * nomsnt[] = {"sncur", "sn0", "meanx", "meany", "sigy", 117 117 "a0", "a1", "a2", "ycur", "nok", "nbblkok"}; 118 XNTuple xntp(0, 11, 0, 0, nomsnt);118 NTuple xntp(11, nomsnt); 119 119 120 120 try { … … 288 288 xnt[9] = nok; 289 289 xnt[10] = nbblkok; 290 xntp.Fill( NULL, xnt, NULL, NULL);290 xntp.Fill(xnt); 291 291 } 292 292
Note:
See TracChangeset
for help on using the changeset viewer.