Skip to content
Snippets Groups Projects
Commit 4b60453c authored by Mark Olesen's avatar Mark Olesen
Browse files

use while (runTime.loop() { .. } where possible in solvers

- change system/controlDict to use functions {..} instead of functions (..);
  * This is internally more efficient
- fixed formatting of system/controlDict functions entry

- pedantic change: use 'return 0' instead of 'return(0)' in the applications,
  since return is a C/C++ keyword, not a function.
parent 8b5457a8
No related merge requests found
Showing
with 27 additions and 37 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment