#define _GNU_SOURCE
+// system
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
+// swapped out functions
#include "math/math.h"
#include "list/list.h"
#include "visual/visual.h"
#include "random/random.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 */