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 file_exists() to seperate file #58

Closed PrometheusPi closed 7 years ago

PrometheusPi commented 7 years ago

This pull request closes issue #15.

The function file_exists() which is used by both single_trace.hpp and convert_to_matrix.cpp and which is implemented twice is now moved to a separate file with own compile process.