added path 2 for eval instead path 3
This commit is contained in:
@@ -17,11 +17,11 @@ namespace MiscSettings {
|
||||
|
||||
const int timeSteps = 500;
|
||||
|
||||
const int numParticles = 500;
|
||||
const int numParticles = 2500;
|
||||
|
||||
const int numBSParticles = 100;
|
||||
const int numBSParticles = 500;
|
||||
|
||||
const int lag = 5;
|
||||
const int lag = 30;
|
||||
|
||||
const int fixedLagGap = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user