Changeset 3572 in Sophya for trunk/Cosmo/SimLSS/cmvtuniv.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/Cosmo/SimLSS/cmvtuniv.cc

    r3313 r3572  
    184184 double norm3 = pow(norm,3.);
    185185 const int n = 15;
    186  char *vname[n] = {
     186 const char *vname[n] = {
    187187   "z","hz","om","or","ol","ok","ot","ob",
    188188   "dtc","dlc","da","dl",
     
    269269
    270270 const int n = 8;
    271  char *vname[n] = {"z","d","di","dl","dp","zi","zl","zp"};
     271 const char *vname[n] = {"z","d","di","dl","dp","zi","zl","zp"};
    272272 NTuple nt(n,vname);
    273273 double xnt[n];
Note: See TracChangeset for help on using the changeset viewer.