We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87effd9 commit 47f68c2Copy full SHA for 47f68c2
1 file changed
mpb/fields.c
@@ -1297,8 +1297,7 @@ number compute_energy_in_object_list(geometric_object_list objects)
1297
return 0.0;
1298
}
1299
1300
- for (i = 0; i < objects.num_items; ++i)
1301
- geom_fix_object(objects.items[i]);
+ geom_fix_objects0(objects);
1302
1303
n1 = mdata->nx; n2 = mdata->ny; n3 = mdata->nz;
1304
n_other = mdata->other_dims;
0 commit comments