summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMagnus Lundborg <lundborg.magnus@gmail.com>2014-03-04 10:45:43 (GMT)
committerMagnus Lundborg <lundborg.magnus@gmail.com>2014-03-04 10:45:43 (GMT)
commit381b1294a8ee7cf929ec06cf12dc55b64ffb2d13 (patch)
tree6d107e4c0f2cf819f406dea25b42be530bb48d1f /src
parentdaa3ef16f4e6c68dc0f9e9a349cd327d50d415b3 (diff)
Updated path to tng header files.
Change-Id: I8793ad7c3da4cc40c919167dbf3ce5a9ac3ce27e
Diffstat (limited to 'src')
-rw-r--r--src/tests/md_openmp.c2
-rw-r--r--src/tests/md_openmp_util.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/md_openmp.c b/src/tests/md_openmp.c
index b57eff4..fd9f4b0 100644
--- a/src/tests/md_openmp.c
+++ b/src/tests/md_openmp.c
@@ -5,7 +5,7 @@
# include <time.h>
# include <math.h>
# include <omp.h>
-# include "tng_io.h"
+#include "../../include/tng_io.h"
int main ();
void compute ( int np, int nd, double pos[], double vel[],
diff --git a/src/tests/md_openmp_util.c b/src/tests/md_openmp_util.c
index 34b8964..8c332f3 100644
--- a/src/tests/md_openmp_util.c
+++ b/src/tests/md_openmp_util.c
@@ -5,7 +5,7 @@
# include <time.h>
# include <math.h>
# include <omp.h>
-# include "tng_io.h"
+#include "../../include/tng_io.h"
int main ();
void compute ( int np, int nd, float pos[], float vel[],
contact: Jan Huwald // Impressum