Skip to content

Commit

Permalink
Minor changes to resolve error messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
alserene committed Oct 23, 2024
1 parent 3d53662 commit c444018
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 91 deletions.
6 changes: 0 additions & 6 deletions src/py21cmfast/src/PerturbField.c
Original file line number Diff line number Diff line change
Expand Up @@ -780,10 +780,4 @@ int ComputePerturbField(
} else {
ComputePerturbField_cpu(redshift, user_params, cosmo_params, boxes, perturbed_field)
}
// switch(GPU) {
// case 0:
// filter_box_cpu(box, RES, filter_type, R, R_param);
// case 1:
// filter_box_gpu(box, RES, filter_type, R, R_param);
// }
}
Loading

0 comments on commit c444018

Please sign in to comment.