first draft

This commit is contained in:
toni
2016-05-06 02:25:14 +02:00
parent 605ec85aff
commit 787d109cc4
5 changed files with 59 additions and 45 deletions

View File

@@ -17,9 +17,9 @@ namespace MiscSettings {
const int timeSteps = 500;
const int numParticles = 2500;
const int numParticles = 500;
const int numBSParticles = 500;
const int numBSParticles = 100;
const int lag = 5;