From b8e28bde1f2cdb07182500ad2c92a20fa313403e Mon Sep 17 00:00:00 2001 From: Oliver Hahn Date: Tue, 14 Feb 2023 10:40:54 -0800 Subject: [PATCH] fix compilation problem --- src/densities.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/densities.cc b/src/densities.cc index b04a86c..57651c4 100644 --- a/src/densities.cc +++ b/src/densities.cc @@ -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 *top(NULL);