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
..
Make STYLE: uniform 'Test-' prefix for all applications/test 2010-11-23 16:26:04 +01:00
Test-dictionary.C ENH: subdict output with leading name (issue #255) 2016-06-09 18:33:56 +01:00
testDict STYLE: Updated version to 'plus' 2015-12-22 23:14:17 +00:00
testDict2 STYLE: Updated version to 'plus' 2015-12-22 23:14:17 +00:00
testDictInc Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
testDictRegex STYLE: Updated version to 'plus' 2015-12-22 23:14:17 +00:00
value dictionary functionEntries cleanup 2008-06-13 10:43:31 +02:00