X-Git-Url: https://www.hackdaworld.org/gitweb/?p=physik%2Fposic.git;a=blobdiff_plain;f=posic.h;h=6374e0fe9a8510c6b13f035c18eb6d88b2535c47;hp=214f07d2ae84571f9ba107b6f409793128819899;hb=HEAD;hpb=0997ce5be4b030700700994aa74772bbca64df58 diff --git a/posic.h b/posic.h index 214f07d..6374e0f 100644 --- a/posic.h +++ b/posic.h @@ -12,6 +12,7 @@ #define _GNU_SOURCE +// system #include #include #include @@ -22,16 +23,23 @@ #include +// swapped out functions #include "math/math.h" #include "list/list.h" -#include "visual/visual.h" #include "random/random.h" +// moldyn core functions +#include "moldyn.h" + +// potentials #include "potentials/harmonic_oscillator.h" #include "potentials/lennard_jones.h" #include "potentials/albe.h" +#ifdef TERSOFF_ORIG #include "potentials/tersoff_orig.h" // obsolete & wrong! ;) +#else #include "potentials/tersoff.h" +#endif /* defines */