1
0
Fork 0
mirror of https://github.com/gwm17/catima.git synced 2024-11-22 18:28:51 -05:00

Update calculations.cpp

This commit is contained in:
Andrej Prochazka 2018-10-09 12:58:40 +02:00 committed by GitHub
parent 20d8a33d67
commit 4fec7e8610
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -820,7 +820,7 @@ double z_eff_atima14(double pz, double T, double tz){
double qmean = 0.0;
#ifdef GLOBAL
double qpb;
double qhigh,qwinger,qglobal;
double qhigh,qwinger,qglobal=0.0;
double c1 = 1.4;
double c2 = 0.28;
double c3 = 0.04;