From cc12cd8fcf0308946b7a513231e2e131ee8dcee3 Mon Sep 17 00:00:00 2001 From: Oliver Hahn Date: Fri, 23 Feb 2024 22:27:48 +0100 Subject: [PATCH] fix compilationn error --- src/cosmology_calculator.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cosmology_calculator.hh b/src/cosmology_calculator.hh index 23dbb35..53775d4 100644 --- a/src/cosmology_calculator.hh +++ b/src/cosmology_calculator.hh @@ -184,7 +184,7 @@ public: transfer_function_->intialise(); if( !transfer_function_->tf_isnormalised_ ){ cosmo_param_.set("pnorm", this->compute_pnorm_from_sigma8()*Dplus_start_*Dplus_start_ ); - music::ilog << "Setting PS normalisation from specified sigma8 = " << sigma8 << std::endl; + music::ilog << "Fixing PS normalisation from specified sigma8 = " << cosmo_param_["sigma_8"] << std::endl; }else{ // WARNING: we do explicit back-scaling here, which is notably different from monofonIC cosmo_param_.set("pnorm", Dplus_start_*Dplus_start_/Dplus_target_/Dplus_target_);