mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
timeInfo and timeValue
- timeInfo updated - timeValue type is added = double - AB2 bug fixed - updateInterval for broadSearch is activated
This commit is contained in:
@ -103,7 +103,7 @@ int main(int argc, char** argv )
|
||||
continue;
|
||||
}
|
||||
|
||||
if( !withZeroFolder && pFlow::equal(folders.time() , 0.0))continue;
|
||||
if( !withZeroFolder && pFlow::equal(folders.time() , pFlow::zero))continue;
|
||||
|
||||
post.processTimeFolder(folders);
|
||||
|
||||
|
Reference in New Issue
Block a user