mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: relocate geometryType enum to cloud class (issue #721)
This commit is contained in:
@ -84,7 +84,7 @@ void Foam::reconstructLagrangianPositions
|
||||
IOPosition<Cloud<passiveParticle>>
|
||||
(
|
||||
lagrangianPositions,
|
||||
IOPosition<Cloud<passiveParticle>>::geometryType::POSITIONS
|
||||
cloud::geometryType::POSITIONS
|
||||
).write();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user