Ignore:
Timestamp:
Sep 19, 2000, 2:28:59 PM (25 years ago)
Author:
ansari
Message:

cleaned up for maching LevelS upgrade ongoing

D.Y.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SigPredictor/makebolotimeline.cc

    r1148 r1191  
    33#include <iomanip.h>
    44#include <new>
    5 #ifdef __MWERKS__
    6    #include "macenvvariables.h"
    7 #else
    8         # define ERROR_LABEL -32768
    9 #endif
     5
     6# define ERROR_LABEL -32768
    107
    118#include "makebolotimeline.h"
     
    3835#endif
    3936
     37       
     38        NormRJ=ptool->NormKelvinRayleighJeans();
     39        NormTCMB=ptool->NormKelvinCMB();
    4040        saveReadMe(file);
    4141       
    4242        char filecur[150];
    43         sprintf(filecur,"%s%s.dat", PATHResults,file);
     43        sprintf(filecur,"%s.dat",file);
    4444       
    4545        pMystr= new ofstream(filecur,ios::out|ios::trunc);
     
    5757        }
    5858
    59         sprintf(Name, "%s%s%s",PATHResults,file,".visu");
     59        sprintf(Name, "%s%s",file,".visu");
    6060#endif
    6161}
     
    139139{       char filecur[150];
    140140        // Fill Header file for ascii output
    141         sprintf(filecur,"%s%s.ReadMe", PATHResults,File);
     141        sprintf(filecur,"%s.ReadMe",File);
    142142        cout<<filecur<<endl;
    143143        ofstream ReadMe(filecur,ios::out|ios::trunc);
     
    145145        ReadMe<<" Fichier de timeline pour:"<<endl;
    146146        ptool->print(ReadMe);
    147        
    148         NormRJ=ptool->NormKelvinRayleighJeans();
    149         NormTCMB=ptool->NormKelvinCMB();
     147
    150148       
    151149        ReadMe<< setprecision(3);
Note: See TracChangeset for help on using the changeset viewer.