Andrew Heather
2e9bead519
MRG: merged develop line back into integration branch
2017-05-18 11:11:12 +01:00
Mark Olesen
5514471c15
BUG: FixedList '<' operator using a template parameter ( fixes #458 )
...
- cannot use comparison of list sizes. Okay for UList, but not here.
STYLE:
- don't need two iterators for the '<' comparison, can just access
internal storage directly
2017-04-27 01:30:50 +02:00
Henry Weller
96ad725a0b
Updated UPstream::commsTypes to use the C++11 enum class
2017-03-10 19:54:55 +00:00
Henry Weller
ef720003c3
FixedList: Added void operator=(std::initializer_list<T>)
2016-08-11 22:02:05 +01:00
Henry Weller
7a299ed7cb
FixedList: Add constructors from iterators and C++11 initializer_list using C++11 constructor delegation
2016-08-05 16:25:18 +01:00
Henry Weller
6a53ed41ba
Doxygen documentation: Standardized the 'See also' heading
2016-06-17 17:31:34 +01:00
Henry Weller
542c05adda
UList, FixedList: Correct swap member function
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1787
2015-07-15 12:10:05 +01:00
Henry
c2dd153a14
Copyright transfered to the OpenFOAM Foundation
2011-08-14 12:17:30 +01:00
andy
eaef8d482b
STYLE: Updated 1991 start copyright year to 2004
2011-01-14 16:08:00 +00:00
andy
099cc39e2e
Revert "STYLE: 2011 copyright date."
...
This reverts commit b18f6cc1ce
.
2011-01-05 18:24:29 +00:00
graham
b18f6cc1ce
STYLE: 2011 copyright date.
2011-01-05 11:14:26 +00:00
Mark Olesen
499d48cfdb
STYLE: uniform 'Test-' prefix for all applications/test
...
- easier to clean, avoid confusion with 'real' applications, etc.
2010-11-23 16:26:04 +01:00