- Dec 07, 2009
- Dec 02, 2009
- Dec 01, 2009
-
-
Mark Olesen authored
-
Mark Olesen authored
- this probably should have been in commit c7c9a6e0 (2009-11-04) but got overseen in the HashTbl -> HashTable switch
-
Mark Olesen authored
-
Mark Olesen authored
- allow insert() and set() from a UList of Key This complements the existing erase(const UList<Key>&) method
-
Mark Olesen authored
-
Mark Olesen authored
- adjust code to more closely resemble sampledSets / sampledSurfaces
-
mattijs authored
Conflicts: applications/utilities/postProcessing/dataConversion/foamToTecplot360/Allwmake
-
mattijs authored
-
mattijs authored
-
Mark Olesen authored
- adjust code to more closely resemble sampledSurfaces
-
Mark Olesen authored
- this allows something like this: fields( T U "Ua.*" ); to select normal fields and all the adjoint velocity fields
-
- 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).
-
Mark Olesen authored
- 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).
-
-
henry authored
-
henry authored
-
henry authored
-
Mark Olesen authored
-
Mark Olesen authored
- reduce duplicate code by using some HashTable methods directly
-
Mark Olesen authored
- could also be the default - reduce duplicate code by using some HashTable methods directly
-
Mark Olesen authored
- useful when using alternative dictionary names/locations
-
Mark Olesen authored
- missing in 1.6.x as well
-
- Nov 30, 2009
-
-
Mark Olesen authored
- make it easier for non-emacs users to generate some of the documentation
-
Mark Olesen authored
- space between keyword and bracket in 'for(..)', 'if(..)', 'while(..)'
-
Mark Olesen authored
-
Mark Olesen authored
-