mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
the need to provide neighborLength in domain dictionary is lifted. Now it is optional
This commit is contained in:
@ -57,7 +57,7 @@ bool pFlow::PFtoVTK::convertTimeFolderPointFields(
|
||||
filename = vtk.fileName().wordPath();
|
||||
|
||||
REPORT(1);
|
||||
auto pStruct = pointStructure(control);
|
||||
auto pStruct = pointStructure(control, 0.0005);
|
||||
|
||||
// get a list of files in this timeFolder;
|
||||
|
||||
@ -146,7 +146,7 @@ bool pFlow::PFtoVTK::convertTimeFolderPointFieldsSelected(
|
||||
filename = vtk.fileName().wordPath();
|
||||
|
||||
REPORT(1);
|
||||
auto pStruct = pointStructure(control);
|
||||
auto pStruct = pointStructure(control, 0.0005);
|
||||
|
||||
// get a list of files in this timeFolder;
|
||||
|
||||
|
Reference in New Issue
Block a user