mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
ENH: add bitSet-type of methods for boolList
- test(), get(), set(), unset() with behaviour as per bitSet, to allow easier swapping out of boolList <-> bitSet.
This commit is contained in:
@ -25,7 +25,7 @@ Application
|
||||
Test-bitSet1
|
||||
|
||||
Description
|
||||
Test bitSet functionality
|
||||
Basic bitSet characteristics
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
@ -64,8 +64,6 @@ inline Ostream& report
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
// Main program:
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
bitSet set1(100);
|
||||
|
||||
Reference in New Issue
Block a user