Skip to content
Snippets Groups Projects
Commit 6360cc9e authored by William Roper's avatar William Roper
Browse files

debug illegal instruction

parent 1614701e
No related branches found
No related tags found
1 merge request!1500Draft: Initial merge request for zoom branch
......@@ -1296,6 +1296,8 @@ int main(int argc, char *argv[]) {
fflush(stdout);
}
message("got here");
/* Initialise the external potential properties */
bzero(&potential, sizeof(struct external_potential));
if (with_external_gravity)
......@@ -1315,6 +1317,8 @@ int main(int argc, char *argv[]) {
pm_mesh_init_no_mesh(&mesh, s.dim);
}
message("got past mesh");
/* Also update the total counts (in case of changes due to replication) */
Nbaryons = s.nr_parts + s.nr_sparts + s.nr_bparts + s.nr_sinks;
Nnupart = s.nr_nuparts;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment