diff --git a/BuildIssues.txt b/BuildIssues.txt index 7c5e80d956..2cd8ff0124 100644 --- a/BuildIssues.txt +++ b/BuildIssues.txt @@ -22,7 +22,7 @@ VTK --- If using the runTimePostProcessing to create on-the-fly images, you -can either simply just compile ParaView-5.0.1 and these libraries will +can simply just compile ParaView-5.0.1 and these libraries will be used. If you elect to use a separate VTK compilation (for example for diff --git a/applications/solvers/lagrangian/DPMFoam/Allwclean b/applications/solvers/lagrangian/DPMFoam/Allwclean index 158a56c8f3..f953f59874 100755 --- a/applications/solvers/lagrangian/DPMFoam/Allwclean +++ b/applications/solvers/lagrangian/DPMFoam/Allwclean @@ -1,7 +1,8 @@ #!/bin/sh - -cd ${0%/*} || exit 1 +cd ${0%/*} || exit 1 # Run from this directory wclean libso DPMTurbulenceModels wclean wclean MPPICFoam + +#------------------------------------------------------------------------------ diff --git a/applications/solvers/lagrangian/DPMFoam/Allwmake b/applications/solvers/lagrangian/DPMFoam/Allwmake index 1f021bfc2f..2af858f6bb 100755 --- a/applications/solvers/lagrangian/DPMFoam/Allwmake +++ b/applications/solvers/lagrangian/DPMFoam/Allwmake @@ -8,3 +8,5 @@ wmake $targetType DPMTurbulenceModels wmake $targetType wmake $targetType MPPICFoam + +#------------------------------------------------------------------------------ diff --git a/applications/solvers/multiphase/MPPICInterFoam/Allwclean b/applications/solvers/multiphase/MPPICInterFoam/Allwclean index 12d384e356..79ee0feb22 100755 --- a/applications/solvers/multiphase/MPPICInterFoam/Allwclean +++ b/applications/solvers/multiphase/MPPICInterFoam/Allwclean @@ -1,5 +1,5 @@ #!/bin/sh -cd ${0%/*} || exit 1 # run from this directory +cd ${0%/*} || exit 1 # Run from this directory wclean libso CompressibleTwoPhaseMixtureTurbulenceModels wclean 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