Skip to content

Commit

Permalink
remove debugging conditional compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric G. Stern committed May 23, 2024
1 parent 184ed52 commit 233c093
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/synergia/libFF/ff_adjust_bunch_ref_coords.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ namespace ref_energy_impl {
gsv_t p4(&p(i, 4));
gsv_t p5(&p(i, 5));

#if 1
FF_algorithm::adjust_ref_unit(p1,
p3,
p4,
Expand All @@ -48,7 +47,6 @@ namespace ref_energy_impl {
cp.new_p,
cp.old_E,
cp.new_E);
#endif

p1.store(&p(i, 1));
p3.store(&p(i, 3));
Expand Down

0 comments on commit 233c093

Please sign in to comment.