diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-05-29 07:12:26 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-05-29 07:12:26 (GMT) |
commit | 841d527a8e363cdd810249059475988d6ca3c9af (patch) | |
tree | 9c329306eb92980659277593e9c13eaf0091e112 /src/tests | |
parent | 75c60792d7e9626d536a6752136d8ed7418d9d51 (diff) |
Increase number of particles again in example.
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/md_openmp_util.c | 2 |
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; |