Changeset 3572 in Sophya for trunk/SophyaProg/Tests/obj_fits.cc


Ignore:
Timestamp:
Feb 7, 2009, 10:50:34 PM (17 years ago)
Author:
cmv
Message:

char* -> const char* pour regler les problemes de deprecated string const... + comparaison unsigned signed + suppression EVOL_PLANCK rz+cmv 07/02/2009

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/Tests/obj_fits.cc

    r2615 r3572  
    88#include "dvlist.h"
    99#include "ntuple.h"
    10 #include "xntuple.h"
    11 #include "fitsxntuple.h"
    1210#include "fitsntuple.h"
    1311#include "fitstarray.h"
     
    6058     
    6159      cout << " Creating NTuple " << endl;
    62       char * names[3] = {"XPos", "YPos", "Val"};
     60      const char * names[3] = {"XPos", "YPos", "Val"};
    6361      int i,j, k;
    6462      float xnt[3];
Note: See TracChangeset for help on using the changeset viewer.