Changeset 2034 in Sophya for trunk


Ignore:
Timestamp:
May 30, 2002, 11:56:21 PM (23 years ago)
Author:
ansari
Message:

Conversion XNTuple en NTuple ds simoffset.cc - Reza 31/5/2002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/ProcWSophya/simoffset.cc

    r2030 r2034  
    1111#include "pexceptions.h"
    1212#include "ctimer.h"
    13 #include "xntuple.h"
     13#include "ntuple.h"
    1414
    1515#include "flagtoidef.h"
     
    116116  char * nomsnt[] = {"sncur", "sn0", "meanx", "meany", "sigy",
    117117                       "a0", "a1", "a2", "ycur", "nok", "nbblkok"};
    118   XNTuple xntp(0, 11, 0, 0, nomsnt);
     118  NTuple xntp(11, nomsnt);
    119119
    120120  try {
     
    288288        xnt[9] = nok;
    289289        xnt[10] = nbblkok;
    290         xntp.Fill(NULL, xnt, NULL, NULL);
     290        xntp.Fill(xnt);
    291291      }
    292292
Note: See TracChangeset for help on using the changeset viewer.