Fixed most of the compiler warnings under gcc 3.2.3.
Modified lemuEnv.sh and update.sh.
This commit is contained in:
@ -348,7 +348,7 @@ void meyer:: Get_F_Function_Meyer(double tau, double Ekin, double Z1, double Z2,
|
||||
Mprint << theta<< " "<< fValues[i]/fValues[1]<<" " << fValuesFolded[i]<<std::endl;
|
||||
theta = theta + thetaStep;
|
||||
}
|
||||
|
||||
|
||||
Mprint.close();
|
||||
*/
|
||||
}
|
||||
@ -356,9 +356,9 @@ void meyer:: Get_F_Function_Meyer(double tau, double Ekin, double Z1, double Z2,
|
||||
//=============================================================================================================================================================//
|
||||
void meyer:: Get_F_Function(double tau,double theta, double Ekin, double Z1, double Z2, double m1, double m2, double* F)
|
||||
{
|
||||
|
||||
double thetaSchlange,thetaSchlangeMax;
|
||||
double thetaMax,thetaStep;
|
||||
|
||||
double thetaSchlange; //thetaSchlangeMax;
|
||||
double thetaStep; //thetaMax
|
||||
double f1,f2;
|
||||
|
||||
|
||||
@ -420,7 +420,7 @@ void meyer:: Get_F_Function(double tau,double theta, double Ekin, double Z1, dou
|
||||
// common /MeyerTable/ value,area,integ,thetaStep,nBin
|
||||
|
||||
int i;
|
||||
double rHelp;
|
||||
//double rHelp;
|
||||
|
||||
int HB_memsize;
|
||||
HB_memsize=500000;
|
||||
@ -430,8 +430,8 @@ void meyer:: Get_F_Function(double tau,double theta, double Ekin, double Z1, dou
|
||||
|
||||
//nur noch fuer Testzwecke:
|
||||
|
||||
double fValues[203];
|
||||
double fValuesFolded[203];
|
||||
//double fValues[203];
|
||||
//double fValuesFolded[203];
|
||||
|
||||
int idh;
|
||||
idh = 50;
|
||||
|
Reference in New Issue
Block a user