Commit Graph

6 Commits

Author SHA1 Message Date
3982b7baa3 BUG: analyticalCylinder : force writing of field UA 2010-08-23 12:31:23 +01:00
49a853116a STYLE: copyright and 80 char line fixes. 2010-07-27 15:45:43 +01:00
d29c438657 STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
fa93ce8cd7 coding style adherence
- markup codingStyleGuide.org examples so they actually indent correctly

- use 'Info<<' as per codingStyleGuide instead of 'Info <<'
2009-11-27 15:39:14 +01:00
4b60453cf1 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.
2009-02-18 08:57:10 +01:00
12fba38d87 restructuring to reflect solver hierarchy 2009-02-12 18:59:59 +00:00