Skip to content

Commit c6f882f

Browse files
committed
change cluster list back to original m82 cluster list for simulation run
1 parent c6392a4 commit c6f882f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cluster/supernova_gpu.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ __device__ Real Calc_Timestep(Real *hydro_dev, int gidx, int n_cells, Real gamma
5656

5757
void Supernova::Initialize_GPU(void)
5858
{
59-
#include "cluster_list_nb.data"
59+
#include "cluster_list_m82.data"
6060
// Defines cluster_data in local scope so it is deleted
6161
n_cluster = sizeof(cluster_data) / sizeof(cluster_data[0]) / 5;
6262
GPU_Error_Check(cudaMalloc(&d_cluster_array, 5 * n_cluster * sizeof(Real)));

0 commit comments

Comments
 (0)