- Feb 13, 2009
-
-
Andrew Heather authored
-
Andrew Heather authored
-
- Feb 12, 2009
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
- Feb 11, 2009
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- Feb 10, 2009
-
-
Mark Olesen authored
- added class OSHA1stream for a stream-based calculation method - dictionary gets digest() method - dictionaryEntry tweak: avoid trailing space after dictionary keyword
-
Andrew Heather authored
-
Andrew Heather authored
-
mattijs authored
-
mattijs authored
-
mattijs authored
-
mattijs authored
-
mattijs authored
-
mattijs authored
-
Mark Olesen authored
-
Andrew Heather authored
-
- Feb 09, 2009
-
-
Andrew Heather authored
-
-
mattijs authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
mattijs authored
-
- Feb 06, 2009
-
-
Mark Olesen authored
-
Mark Olesen authored
- OSspecific: chmod() -> chMod(), even although it's not used anywhere - ListOps get subset() and inplaceSubset() templated on BoolListType - added UList<bool>::operator[](..) const specialization. Returns false (actually pTraits<bool>::zero) for out-of-range elements. This lets us use List<bool> with lazy evaluation and no noticeable change in performance. - use rcIndex() and fcIndex() wherever possible. Could check if branching or modulus is faster for fcIndex(). - UList and FixedList get 'const T* cdata() const' and 'T* data()' members. Similar to the STL front() and std::string::data() methods, they return a pointer to the first element without needing to write '&myList[0]', recast begin() or violate const-ness.
-
mattijs authored
-
Mark Olesen authored
-
Mark Olesen authored
Conflicts: src/OpenFOAM/db/Time/findInstance.C
-
mattijs authored
-