1
0
Fork 0
mirror of https://github.com/cosmo-sims/MUSIC.git synced 2024-09-19 17:03:46 +02:00

re-enabled global restriction after noise convolution (this needs to be selectively switched off after k-space noise convolution)

This commit is contained in:
Oliver Hahn 2013-10-24 16:58:27 +02:00
parent 3413f6f3a2
commit 37c7f07b83

View file

@ -754,8 +754,8 @@ void coarsen_density( const refinement_hierarchy& rh, GridHierarchy<real_t>& u )
}
}
//for( int i=rh.levelmax(); i>0; --i )
// mg_straight().restrict( *(u.get_grid(i)), *(u.get_grid(i-1)) );
for( int i=rh.levelmax(); i>0; --i )
mg_straight().restrict( *(u.get_grid(i)), *(u.get_grid(i-1)) );
}