From 4fec7e8610380101800d4a03a50feed60e788476 Mon Sep 17 00:00:00 2001 From: Andrej Prochazka Date: Tue, 9 Oct 2018 12:58:40 +0200 Subject: [PATCH] Update calculations.cpp --- calculations.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calculations.cpp b/calculations.cpp index 8092072..4f6fc03 100644 --- a/calculations.cpp +++ b/calculations.cpp @@ -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;