- Jan 12, 2009
-
-
Mark Olesen authored
- HashTableName + StaticHashTableName continue to use debug switch regardless of FULLDEBUG setting
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
-
- Jan 11, 2009
-
-
Mark Olesen authored
- the parameter HashTable can hold arbitrary data .. just the type of keys needs to match
-
Mark Olesen authored
-
Mark Olesen authored
-
- Jan 10, 2009
-
-
Mark Olesen authored
-
Mark Olesen authored
- can use 'XX.empty()' instead of 'XX.size() == 0', 'XX.size() < 1' or 'XX.size() <= 0' or for simpler coding. It also has the same number of characters as '!XX.size()' and /might/ be more readable - many size checking had 'XX.size() > 0', 'XX.size() != 0', or 'XX.size() >= 1' when a simple 'XX.size()' suffices
-
Mark Olesen authored
-
Mark Olesen authored
-
- Jan 09, 2009
-
-
Mark Olesen authored
- string doesn't use any debug info, remove it - restructured the macros to add in NoDebug macro versions to className, typeInfo. Might be helpful with tackling the globals bootstrapping issue. - HashTableName + StaticHashTableName - avoid lookup of debug switch when FULLDEBUG is not defined
-
Mark Olesen authored
-
sergio authored
-
Mark Olesen authored
-
Mark Olesen authored
-
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
- avoids problems with finding files based on FOAMversion (reported by Mattijs)
-
Mark Olesen authored
-
- Jan 08, 2009
-
-
Mark Olesen authored
- Problem: changing between OpenFOAM versions with different WM_PROJECT_INST_DIR paths would leave the old paths in the env vars. - TODO: etc/cshrc is rougned out, but needs work on the corresponding if-statement
-
-
henry authored
-
Mark Olesen authored
-
Mark Olesen authored
-
- Jan 07, 2009
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- Jan 06, 2009
- Jan 05, 2009