mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
update rapid filling
This commit is contained in:
@ -35,12 +35,14 @@ private:
|
||||
|
||||
dictionary poDict_;
|
||||
|
||||
word fileName_;
|
||||
// word fileName_;
|
||||
|
||||
uint32 numPoints_;
|
||||
fileSystem fileName_;
|
||||
|
||||
realx3Vector position_;
|
||||
|
||||
Logical commaSeparated_;
|
||||
|
||||
bool positionPointsFile();
|
||||
|
||||
public:
|
||||
@ -76,6 +78,11 @@ public:
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
// bool commaSeparated()const
|
||||
// {
|
||||
// return commaSeparated_();
|
||||
// }
|
||||
|
||||
// - const access to position
|
||||
const realx3Vector& position()const final
|
||||
@ -88,8 +95,6 @@ public:
|
||||
{
|
||||
return position_;
|
||||
}
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user