Files
openfoam/applications/test/dictionary
Mark Olesen 6d5db96ad9 ENH: subdict output with leading name (issue #255)
- Introduce dictionary::writeEntries for better code-reuse.

  Before
  ======
      os << nl << indent << "name";
      dict.write(os);

  After
  =====
      dict.write(os, "name");
2016-06-09 18:33:56 +01:00
..
2015-12-22 23:14:17 +00:00
2015-12-22 23:14:17 +00:00
2015-12-22 23:14:17 +00:00
2008-06-13 10:43:31 +02:00