-
Notifications
You must be signed in to change notification settings - Fork 10
Correction for tutorials #74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
|
||
// number of particles in the simulation | ||
numPoints 40000; | ||
numPoints 50000; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert this change.
@@ -28,7 +28,7 @@ positionParticles | |||
randomInfo | |||
{ | |||
numPoints 2000; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
numPoints 50000;
@@ -28,7 +28,7 @@ positionParticles | |||
randomInfo | |||
{ | |||
numPoints 2000; | |||
diameter 0.005; | |||
distance 0.005; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
distance 0.0016;
The tutorials were tested in two separate folders for versions 9 and 24, and corrections were made. |
any other changes needed?