Changeset 3521 in Sophya for trunk/Cosmo/SimLSS/genefluct3d.cc


Ignore:
Timestamp:
Sep 11, 2008, 6:39:33 PM (17 years ago)
Author:
cmv
Message:

possibilite de travailler en float (suite) cmv 11/09/2008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cosmo/SimLSS/genefluct3d.cc

    r3518 r3521  
    142142void GeneFluct3D::setalloc(void)
    143143{
    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
    145149 // Dimensionnement du tableau complex<r_8>
    146150 // ATTENTION: TArray adresse en memoire a l'envers du C
Note: See TracChangeset for help on using the changeset viewer.