Skip to content

Commit 47f68c2

Browse files
Homer Reidstevengj
authored andcommitted
updates (#83)
1 parent 87effd9 commit 47f68c2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

mpb/fields.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1297,8 +1297,7 @@ number compute_energy_in_object_list(geometric_object_list objects)
12971297
return 0.0;
12981298
}
12991299

1300-
for (i = 0; i < objects.num_items; ++i)
1301-
geom_fix_object(objects.items[i]);
1300+
geom_fix_objects0(objects);
13021301

13031302
n1 = mdata->nx; n2 = mdata->ny; n3 = mdata->nz;
13041303
n_other = mdata->other_dims;

0 commit comments

Comments
 (0)