mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
readme.md for particlesPhasicFlow and change diameter to distance in dict files
This commit is contained in:
@ -74,9 +74,9 @@ public:
|
||||
return static_cast<uint32>(position_.size());
|
||||
}
|
||||
|
||||
real maxDiameter() const final
|
||||
real distance() const final
|
||||
{
|
||||
return 0;
|
||||
return 1.0;
|
||||
}
|
||||
|
||||
// bool commaSeparated()const
|
||||
|
Reference in New Issue
Block a user