summaryrefslogtreecommitdiff
path: root/src/tests/md_openmp.c
diff options
context:
space:
mode:
authorMagnus Lundborg <lundborg.magnus@gmail.com>2013-10-15 10:33:45 (GMT)
committerMagnus Lundborg <lundborg.magnus@gmail.com>2013-10-15 10:33:45 (GMT)
commit8126a2234530d95d1d3854b50335b88478a6b824 (patch)
tree2d08a9dfdfe8304422eeb6801cd1b3d3b9607877 /src/tests/md_openmp.c
parentcb40bb630ca469426962b4056750716cd43f478d (diff)
Fix some more compiler warnings
Diffstat (limited to 'src/tests/md_openmp.c')
-rw-r--r--src/tests/md_openmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/md_openmp.c b/src/tests/md_openmp.c
index 168092a..ff426c9 100644
--- a/src/tests/md_openmp.c
+++ b/src/tests/md_openmp.c
@@ -6,7 +6,7 @@
# include "tng_io.h"
#include "tng_io_testing.h"
-int main ( int argc, char *argv[] );
+int main ();
void compute ( int np, int nd, double pos[], double vel[],
double mass, double f[], double *pot, double *kin );
double dist ( int nd, double r1[], double r2[], double dr[] );
contact: Jan Huwald // Impressum