correted position random

This commit is contained in:
hamidrezanorouzi
2022-09-10 17:12:12 +04:30
parent 6ac5670933
commit 6152ec6a7c
7 changed files with 65 additions and 36 deletions

View File

@ -46,6 +46,7 @@ public:
virtual realx3 maxPoint()const =0;
virtual word name()const =0;
};
@ -91,6 +92,11 @@ class region
return region_.maxPoint();
}
word name()const override
{
return region_.typeName();
}
};
class positionParticles