Changeset 178 in Sophya for trunk/SophyaPI/PIext/piacmd.cc


Ignore:
Timestamp:
Dec 23, 1998, 4:37:24 PM (27 years ago)
Author:
ercodmgr
Message:

const ds noms variables NTuple Reza 23/12/98

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/piacmd.cc

    r174 r178  
    969969r_4 xnt[4];
    970970NTuple *ntfl=NULL, *ntex=NULL;
    971 {char* name[4]={"npx","flux","fond","mag"}; ntfl = new NTuple(4,name);}
    972 {char* name[3]={"k","a","f0"};              ntex = new NTuple(3,name);}
     971{const char* name[4]={"npx","flux","fond","mag"}; ntfl = new NTuple(4,name);}
     972{const char* name[3]={"k","a","f0"};              ntex = new NTuple(3,name);}
    973973
    974974// Calcul du fond sur les pixels du bord du pave
Note: See TracChangeset for help on using the changeset viewer.