etc/caseDicts/postProcessing/pressure/pressureDifference.cfg: Added missing ';'
Resolves bug report https://bugs.openfoam.org/view.php?id=3538
This commit is contained in:
@ -10,7 +10,7 @@ type fieldValueDelta;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
|
||||
writeControl timeStep;
|
||||
writeInterval 1
|
||||
writeInterval 1;
|
||||
|
||||
operation subtract;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user