mirror of
https://github.com/cosmo-sims/MUSIC.git
synced 2024-09-08 04:23:44 +02:00
fix compilationn error
This commit is contained in:
parent
a424e07a5e
commit
cc12cd8fcf
1 changed files with 1 additions and 1 deletions
|
@ -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_);
|
||||
|
|
Loading…
Reference in a new issue