mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
INT: Updated dependent code following latest set of integrations
This commit is contained in:
@ -590,7 +590,8 @@ bool Foam::functionObjectList::execute()
|
||||
(
|
||||
IOstream::ASCII,
|
||||
IOstream::currentVersion,
|
||||
time_.writeCompression()
|
||||
time_.writeCompression(),
|
||||
true
|
||||
);
|
||||
|
||||
IOstream::precision_ = oldPrecision;
|
||||
|
||||
Reference in New Issue
Block a user