ComputationalRadiationPhysics / clara2

Clara2 - a parallel classical radiation calculator based on Liénard-Wiechert potentials
GNU General Public License v3.0
13 stars 9 forks source link

move filename setup into setup.hpp #57

Closed PrometheusPi closed 8 years ago

PrometheusPi commented 8 years ago

This pull request moves the input and output file names defined in all_directions.cpp and process_data.cpp into settings.hpp.

It also generalizes the warning of a puffer overflow by introducing a setter function in setFilename.hpp.