mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-08-07 03:37:02 +00:00
bug fix for pFlowToVTK for issue #72 in Plus branch
This commit is contained in:
@ -131,8 +131,8 @@ namespace pFlow::PFtoVTK
|
||||
uint32 numData)
|
||||
{
|
||||
|
||||
if (numData == 0)
|
||||
return true;
|
||||
//if (numData == 0)
|
||||
// return true;
|
||||
|
||||
if(std::is_same_v<IntType, int> || std::is_same_v<IntType, const int> )
|
||||
{
|
||||
|
Reference in New Issue
Block a user