mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-12-08 06:57:54 +00:00
correction in the macros to be compatible with OpenFOAM
This commit is contained in:
@ -158,7 +158,7 @@ public:
|
||||
currentTime_ += dt_;
|
||||
if(screenReport())
|
||||
{
|
||||
Report(0)<<"Time (s): "<<cyanText( currentTimeWord() )<<endReport;
|
||||
REPORT(0)<<"Time (s): "<<cyanText( currentTimeWord() )<<endREPORT;
|
||||
}
|
||||
// switch outputToFile_ on/off
|
||||
checkForOutputToFile();
|
||||
|
||||
Reference in New Issue
Block a user