Changeset 3521 in Sophya for trunk/Cosmo/SimLSS/genefluct3d.cc
- Timestamp:
- Sep 11, 2008, 6:39:33 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/genefluct3d.cc
r3518 r3521 142 142 void GeneFluct3D::setalloc(void) 143 143 { 144 if(lp_>1) cout<<"--- GeneFluct3D::setalloc ---"<<endl; 144 #if defined(GEN3D_FLOAT) 145 if(lp_>1) cout<<"--- GeneFluct3D::setalloc FLOAT ---"<<endl; 146 #else 147 if(lp_>1) cout<<"--- GeneFluct3D::setalloc DOUBLE ---"<<endl; 148 #endif 145 149 // Dimensionnement du tableau complex<r_8> 146 150 // ATTENTION: TArray adresse en memoire a l'envers du C
Note:
See TracChangeset
for help on using the changeset viewer.