openfoam/applications/test/dictionary
Mark Olesen 28345f7e97 fixup #remove functionEntry and revert e15e32fdb7d515b
- forgot to use readList in removeEntry, which caused the test failure.

- remaining problem:

it doesn't work as might be expected
This is the problem:

dict
{
   foo xxx;
   bar yyy;
}

dict
{
   baz zzz;
   #remove foo
}

This only removes 'foo' from the current scope (the second dict), since
it occurs before the dictionary merge does.

To remove from the final, merged dictionary, we'd need a new
deleteEntry type that would do the right thing on the merge before
self-destructing (ie, removing itself too).
2009-12-01 13:50:51 +01:00
..
calcEntry TypeName instead of ClassName 2009-09-22 15:24:59 +01:00
Make Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
dictionaryTest.C qualify exported FOAM_CASE 2009-07-23 09:43:05 +02:00
testDict fixup #remove functionEntry and revert e15e32fdb7d515b 2009-12-01 13:50:51 +01:00
testDict2 adjusted dictionary #inputMode directive 2009-05-05 13:18:29 +02:00
testDictInc Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
testDictRegex writeKeyword spacing for keyType, misc cosmetics changes 2008-12-10 23:00:39 +01:00
value dictionary functionEntries cleanup 2008-06-13 10:43:31 +02:00