mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
CONFIG: missing semicolon in config file (fixes #1246)
This commit is contained in:
@ -12,7 +12,7 @@ libs ("libfieldFunctionObjects.so");
|
||||
operation subtract;
|
||||
|
||||
writeControl timeStep;
|
||||
writeInterval 1
|
||||
writeInterval 1;
|
||||
log false;
|
||||
|
||||
region1
|
||||
|
||||
Reference in New Issue
Block a user