SixTrack / sixtracklib

Library for single charged particle simulations in accelerators
GNU Lesser General Public License v2.1
12 stars 16 forks source link

Merge header files in BB4D and BB6D #25

Closed giadarol closed 5 years ago

giadarol commented 5 years ago
martinschwinzerl commented 5 years ago

This has been addressed in #90. The common/be_beambeam folder has been renamed to common/be_beamfields and all implementations for 6D, 4D and the newly introduced space - charge elements have been bundled into

be_beamfields/be_beamfields.h be_beamfields/be_beamfields.c be_beamfields/track.h

The missing pieces for full C++ and future API support have been relegated to #91, and #92