diff --git a/applications/test/List/Test-List.C b/applications/test/List/Test-List.C index fc8fab5178..bbba8219b3 100644 --- a/applications/test/List/Test-List.C +++ b/applications/test/List/Test-List.C @@ -40,7 +40,6 @@ See also #include "IStringStream.H" #include "scalar.H" #include "vector.H" -#include "ListOps.H" #include "labelRange.H" #include "ListOps.H" @@ -140,11 +139,36 @@ int main(int argc, char *argv[]) Info<< "Elements " << map << " out of " << list3 << " => " << subList3 << endl; + // test flattened output + { + Info<< nl; + + labelList longLabelList = identity(15); + + Info<< "labels (contiguous=" << contiguous