mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-08 03:07:03 +00:00
sphereParticles tested
This commit is contained in:
@ -40,7 +40,7 @@ bool pFlow::baseShapeNames::createHashNames()
|
||||
}
|
||||
|
||||
|
||||
bool pFlow::baseShapeNames::readFromDictionary()
|
||||
bool pFlow::baseShapeNames::readFromDictionary1()
|
||||
{
|
||||
|
||||
shapeNames_ = getVal<wordVector>("names");
|
||||
@ -69,18 +69,21 @@ pFlow::baseShapeNames::baseShapeNames
|
||||
)
|
||||
{
|
||||
|
||||
if( !readFromDictionary() )
|
||||
if( !readFromDictionary1() )
|
||||
{
|
||||
fatalErrorInFunction;
|
||||
fatalExit;
|
||||
}
|
||||
|
||||
if( !createHashNames())
|
||||
{
|
||||
fatalErrorInFunction;
|
||||
fatalExit;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
bool pFlow::baseShapeNames::writeToDict(dictionary &dict)const
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user