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

fix #include in hpp/cpp #73

Closed PrometheusPi closed 7 years ago

PrometheusPi commented 7 years ago

Currently #include is used both in *.hpp and *.cpp files without real structure. This should be restructured so that only a minimal set of #include is used in *.hpp files to avoid compile conflicts.

PrometheusPi commented 7 years ago

fixed with #80