SixTrack / sixtracklib

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

Bugfix/trackjob print nodes #116

Closed martinschwinzerl closed 4 years ago

martinschwinzerl commented 4 years ago

the TrackJob.print_nodes() function now uses the python print() method, ensuring that the output is available also in environments such as a jupyter notebook. To this end, functions to print the node info into a C-string have been implemented in the C/C++ backend