Changeset 3572 in Sophya for trunk/Cosmo/SimLSS/cmvtuniv.cc
- Timestamp:
- Feb 7, 2009, 10:50:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/cmvtuniv.cc
r3313 r3572 184 184 double norm3 = pow(norm,3.); 185 185 const int n = 15; 186 c har *vname[n] = {186 const char *vname[n] = { 187 187 "z","hz","om","or","ol","ok","ot","ob", 188 188 "dtc","dlc","da","dl", … … 269 269 270 270 const int n = 8; 271 c har *vname[n] = {"z","d","di","dl","dp","zi","zl","zp"};271 const char *vname[n] = {"z","d","di","dl","dp","zi","zl","zp"}; 272 272 NTuple nt(n,vname); 273 273 double xnt[n];
Note:
See TracChangeset
for help on using the changeset viewer.