Update particleInsertion

This commit is contained in:
Hamidreza Norouzi 2023-02-20 12:32:47 +03:30 committed by GitHub
parent aece11657d
commit f8995445d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ Two layers of particles are packed one-by-one using 1 insertion steps.
mixture mixture
{ {
// mixture composition of inserted particles // mixture composition of inserted particles
lightSphere 1; smallSphere 1;
} }
} }
// Left Layer Region // Left Layer Region
@ -79,7 +79,7 @@ Two layers of particles are packed one-by-one using 1 insertion steps.
mixture mixture
{ {
heavySphere 1; // only heavySphere largeSphere 1; // only heavySphere
} }
} }