summaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authorMagnus Lundborg <lundborg.magnus@gmail.com>2013-05-29 07:12:26 (GMT)
committerMagnus Lundborg <lundborg.magnus@gmail.com>2013-05-29 07:12:26 (GMT)
commit841d527a8e363cdd810249059475988d6ca3c9af (patch)
tree9c329306eb92980659277593e9c13eaf0091e112 /src/tests
parent75c60792d7e9626d536a6752136d8ed7418d9d51 (diff)
Increase number of particles again in example.
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/md_openmp_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/md_openmp_util.c b/src/tests/md_openmp_util.c
index 6955df9..0196f98 100644
--- a/src/tests/md_openmp_util.c
+++ b/src/tests/md_openmp_util.c
@@ -70,7 +70,7 @@ int main ( int argc, char *argv[] )
float kinetic;
float mass = 1.0;
int nd = 3;
- int np = 10;
+ int np = 50;
float *pos;
float potential;
int proc_num;
contact: Jan Huwald // Impressum