Skip to content
Snippets Groups Projects
Commit 1d8758f2 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Fix compilation mistake when enabling debugging checks

parent 65a716d8
No related branches found
No related tags found
1 merge request!1036Quick lyman alpha module
......@@ -608,7 +608,7 @@ void get_cooling_table(struct cooling_function_data *restrict cooling,
const int local_z_index = z_index - low_z_index;
#ifdef SWIFT_DEBUG_CHECKS
if (local_z_index >= eagle_cooling_N_loaded_redshifts)
if (local_z_index >= qla_cooling_N_loaded_redshifts)
error("Reading invalid number of tables along z axis.");
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment