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

fix compilation problem

This commit is contained in:
Oliver Hahn 2023-02-14 10:40:54 -08:00
parent 0877b8d1f1
commit b8e28bde1f

View file

@ -465,7 +465,6 @@ void GenerateDensityHierarchy(config_file &cf, transfer_function *ptf, tf_type t
convolution::kernel *the_tf_kernel = the_kernel_creator->create(cf, ptf, refh, type);
/***** PERFORM CONVOLUTIONS *****/
assert(kspaceTF);
{
//... create and initialize density grids with white noise
DensityGrid<real_t> *top(NULL);