diff --git a/applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/PV3FoamReader_SM.xml b/applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/PV3FoamReader_SM.xml
index 59c118281f..5113e718de 100644
--- a/applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/PV3FoamReader_SM.xml
+++ b/applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/PV3FoamReader_SM.xml
@@ -34,6 +34,91 @@
+
+
+
+
+
+
+
+ A simple way cause a reader GUI modification.
+
+
+
+
+
+
+
+ Cache the fvMesh in memory.
+
+
+
+
+
+
+
+ Extrapolate internalField to wall and empty patches
+
+
+
+
+
+
+ Searches the polyMesh/sets/ directory
+
+
+
+
+
+
+
+ ZoneMesh information is used to find {cell,face,point}Zones.
+ The polyMesh/ directory is only checked on startup.
+
+
+
+
+
+
+
+
+ Show patch names in render window.
+
+
+
+
+
+
-
-
-
-
- Extrapolate internalField to wall and empty patches
-
-
-
-
-
-
- Searches the polyMesh/sets/ directory
-
-
-
-
-
-
-
- ZoneMesh information is used to find {cell,face,point}Zones.
- The polyMesh/ directory is only checked on startup.
-
-
-
-
-
-
-
-
- Show patch names in render window.
-
-
-
-
-
-
-
- Cache the fvMesh in memory.
-
-
-
-
-
-
-
-
- A simple way cause a reader GUI modification.
-
-
-
diff --git a/applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/vtkPV3FoamReader.cxx b/applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/vtkPV3FoamReader.cxx
index 70a6230bfe..7d2f223ebe 100644
--- a/applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/vtkPV3FoamReader.cxx
+++ b/applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/vtkPV3FoamReader.cxx
@@ -609,6 +609,7 @@ void vtkPV3FoamReader::SetLagrangianFieldArrayStatus
}
}
+
// ----------------------------------------------------------------------
void vtkPV3FoamReader::SelectionModifiedCallback
@@ -644,4 +645,5 @@ int vtkPV3FoamReader::FillOutputPortInformation
return 1;
}
+
// ************************************************************************* //