Index: /issm/trunk/src/c/Container/Constraints.cpp
===================================================================
--- /issm/trunk/src/c/Container/Constraints.cpp	(revision 9319)
+++ /issm/trunk/src/c/Container/Constraints.cpp	(revision 9320)
@@ -6,5 +6,5 @@
 /*Headers: {{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/Container/DataSet.cpp
===================================================================
--- /issm/trunk/src/c/Container/DataSet.cpp	(revision 9319)
+++ /issm/trunk/src/c/Container/DataSet.cpp	(revision 9320)
@@ -6,5 +6,5 @@
 /*Headers: {{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/Container/Elements.cpp
===================================================================
--- /issm/trunk/src/c/Container/Elements.cpp	(revision 9319)
+++ /issm/trunk/src/c/Container/Elements.cpp	(revision 9320)
@@ -6,5 +6,5 @@
 /*Headers: {{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/Container/Inputs.cpp
===================================================================
--- /issm/trunk/src/c/Container/Inputs.cpp	(revision 9319)
+++ /issm/trunk/src/c/Container/Inputs.cpp	(revision 9320)
@@ -6,5 +6,5 @@
 /*Headers: {{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/Container/Loads.cpp
===================================================================
--- /issm/trunk/src/c/Container/Loads.cpp	(revision 9319)
+++ /issm/trunk/src/c/Container/Loads.cpp	(revision 9320)
@@ -6,5 +6,5 @@
 /*Headers: {{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/Container/Materials.cpp
===================================================================
--- /issm/trunk/src/c/Container/Materials.cpp	(revision 9319)
+++ /issm/trunk/src/c/Container/Materials.cpp	(revision 9320)
@@ -6,5 +6,5 @@
 /*Headers: {{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/Container/Nodes.cpp
===================================================================
--- /issm/trunk/src/c/Container/Nodes.cpp	(revision 9319)
+++ /issm/trunk/src/c/Container/Nodes.cpp	(revision 9320)
@@ -6,5 +6,5 @@
 /*Headers: {{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/Container/Options.cpp
===================================================================
--- /issm/trunk/src/c/Container/Options.cpp	(revision 9319)
+++ /issm/trunk/src/c/Container/Options.cpp	(revision 9320)
@@ -6,5 +6,5 @@
 /*Headers: {{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/Container/Parameters.cpp
===================================================================
--- /issm/trunk/src/c/Container/Parameters.cpp	(revision 9319)
+++ /issm/trunk/src/c/Container/Parameters.cpp	(revision 9320)
@@ -6,5 +6,5 @@
 /*Headers: {{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/Container/Results.cpp
===================================================================
--- /issm/trunk/src/c/Container/Results.cpp	(revision 9319)
+++ /issm/trunk/src/c/Container/Results.cpp	(revision 9320)
@@ -6,5 +6,5 @@
 /*Headers: {{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/Container/Vertices.cpp
===================================================================
--- /issm/trunk/src/c/Container/Vertices.cpp	(revision 9319)
+++ /issm/trunk/src/c/Container/Vertices.cpp	(revision 9320)
@@ -6,5 +6,5 @@
 /*Headers: {{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/include/macros.h
===================================================================
--- /issm/trunk/src/c/include/macros.h	(revision 9319)
+++ /issm/trunk/src/c/include/macros.h	(revision 9320)
@@ -10,5 +10,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/include/types.h
===================================================================
--- /issm/trunk/src/c/include/types.h	(revision 9319)
+++ /issm/trunk/src/c/include/types.h	(revision 9320)
@@ -8,10 +8,10 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 
 /*Define abstract type for I/O: */
Index: /issm/trunk/src/c/io/Disk/IoModelFetchData.cpp
===================================================================
--- /issm/trunk/src/c/io/Disk/IoModelFetchData.cpp	(revision 9319)
+++ /issm/trunk/src/c/io/Disk/IoModelFetchData.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/io/Disk/pfclose.cpp
===================================================================
--- /issm/trunk/src/c/io/Disk/pfclose.cpp	(revision 9319)
+++ /issm/trunk/src/c/io/Disk/pfclose.cpp	(revision 9320)
@@ -4,10 +4,10 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include "../../shared/shared.h"
 #include "../../include/include.h"
Index: /issm/trunk/src/c/io/Disk/pfopen.cpp
===================================================================
--- /issm/trunk/src/c/io/Disk/pfopen.cpp	(revision 9319)
+++ /issm/trunk/src/c/io/Disk/pfopen.cpp	(revision 9320)
@@ -4,10 +4,10 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include "../../shared/shared.h"
 #include "../../include/include.h"
Index: /issm/trunk/src/c/io/Matlab/FetchMatlabData.cpp
===================================================================
--- /issm/trunk/src/c/io/Matlab/FetchMatlabData.cpp	(revision 9319)
+++ /issm/trunk/src/c/io/Matlab/FetchMatlabData.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/io/Matlab/OptionParse.cpp
===================================================================
--- /issm/trunk/src/c/io/Matlab/OptionParse.cpp	(revision 9319)
+++ /issm/trunk/src/c/io/Matlab/OptionParse.cpp	(revision 9320)
@@ -3,5 +3,5 @@
  */
 #ifdef HAVE_CONFIG_H
-    #include "config.h"
+    #include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
@@ -106,5 +106,5 @@
 		/*loop through and process each field for the element  */
 		for (i=0; i<mxGetNumberOfFields(prhs[0]); i++) {
-			sprintf(namei,"%s.%s",name,mxGetFieldNameByNumber(prhs[0],i));
+			sprintf_s(namei,161,"%s.%s",name,mxGetFieldNameByNumber(prhs[0],i));
 			structi=mxGetFieldByNumber(prhs[0],sindex,i);
 
Index: /issm/trunk/src/c/io/Matlab/WriteMatlabData.cpp
===================================================================
--- /issm/trunk/src/c/io/Matlab/WriteMatlabData.cpp	(revision 9319)
+++ /issm/trunk/src/c/io/Matlab/WriteMatlabData.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/issm.h
===================================================================
--- /issm/trunk/src/c/issm.h	(revision 9319)
+++ /issm/trunk/src/c/issm.h	(revision 9320)
@@ -7,5 +7,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/modules/AverageOntoPartitionx/AverageOntoPartitionx.cpp
===================================================================
--- /issm/trunk/src/c/modules/AverageOntoPartitionx/AverageOntoPartitionx.cpp	(revision 9319)
+++ /issm/trunk/src/c/modules/AverageOntoPartitionx/AverageOntoPartitionx.cpp	(revision 9320)
@@ -5,5 +5,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/modules/Chacox/Chacox.h
===================================================================
--- /issm/trunk/src/c/modules/Chacox/Chacox.h	(revision 9319)
+++ /issm/trunk/src/c/modules/Chacox/Chacox.h	(revision 9320)
@@ -7,5 +7,5 @@
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/modules/Chacox/user_params.cpp
===================================================================
--- /issm/trunk/src/c/modules/Chacox/user_params.cpp	(revision 9319)
+++ /issm/trunk/src/c/modules/Chacox/user_params.cpp	(revision 9320)
@@ -9,5 +9,5 @@
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/modules/ConstraintsStatex/ThermalConstraintsState.cpp
===================================================================
--- /issm/trunk/src/c/modules/ConstraintsStatex/ThermalConstraintsState.cpp	(revision 9319)
+++ /issm/trunk/src/c/modules/ConstraintsStatex/ThermalConstraintsState.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/modules/ConstraintsStatex/ThermalIsPresent.cpp
===================================================================
--- /issm/trunk/src/c/modules/ConstraintsStatex/ThermalIsPresent.cpp	(revision 9319)
+++ /issm/trunk/src/c/modules/ConstraintsStatex/ThermalIsPresent.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/modules/ContourToMeshx/ContourToMeshx.cpp
===================================================================
--- /issm/trunk/src/c/modules/ContourToMeshx/ContourToMeshx.cpp	(revision 9319)
+++ /issm/trunk/src/c/modules/ContourToMeshx/ContourToMeshx.cpp	(revision 9320)
@@ -3,5 +3,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/modules/ContourToMeshx/ContourToMeshxt.cpp
===================================================================
--- /issm/trunk/src/c/modules/ContourToMeshx/ContourToMeshxt.cpp	(revision 9319)
+++ /issm/trunk/src/c/modules/ContourToMeshx/ContourToMeshxt.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/modules/DakotaResponsesx/DakotaResponsesx.cpp
===================================================================
--- /issm/trunk/src/c/modules/DakotaResponsesx/DakotaResponsesx.cpp	(revision 9319)
+++ /issm/trunk/src/c/modules/DakotaResponsesx/DakotaResponsesx.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/modules/InterpFromGridToMeshx/InterpFromGridToMeshx.cpp
===================================================================
--- /issm/trunk/src/c/modules/InterpFromGridToMeshx/InterpFromGridToMeshx.cpp	(revision 9319)
+++ /issm/trunk/src/c/modules/InterpFromGridToMeshx/InterpFromGridToMeshx.cpp	(revision 9320)
@@ -5,5 +5,5 @@
 /*Include {{{*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/modules/ModelProcessorx/CreateDataSets.cpp
===================================================================
--- /issm/trunk/src/c/modules/ModelProcessorx/CreateDataSets.cpp	(revision 9319)
+++ /issm/trunk/src/c/modules/ModelProcessorx/CreateDataSets.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/modules/ModelProcessorx/CreateNumberNodeToElementConnectivity.cpp
===================================================================
--- /issm/trunk/src/c/modules/ModelProcessorx/CreateNumberNodeToElementConnectivity.cpp	(revision 9319)
+++ /issm/trunk/src/c/modules/ModelProcessorx/CreateNumberNodeToElementConnectivity.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/modules/ModelProcessorx/CreateSingleNodeToElementConnectivity.cpp
===================================================================
--- /issm/trunk/src/c/modules/ModelProcessorx/CreateSingleNodeToElementConnectivity.cpp	(revision 9319)
+++ /issm/trunk/src/c/modules/ModelProcessorx/CreateSingleNodeToElementConnectivity.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/modules/ModelProcessorx/ElementsAndVerticesPartitioning.cpp
===================================================================
--- /issm/trunk/src/c/modules/ModelProcessorx/ElementsAndVerticesPartitioning.cpp	(revision 9319)
+++ /issm/trunk/src/c/modules/ModelProcessorx/ElementsAndVerticesPartitioning.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/modules/ModelProcessorx/ModelProcessorx.cpp
===================================================================
--- /issm/trunk/src/c/modules/ModelProcessorx/ModelProcessorx.cpp	(revision 9319)
+++ /issm/trunk/src/c/modules/ModelProcessorx/ModelProcessorx.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/modules/ModelProcessorx/NodesPartitioning.cpp
===================================================================
--- /issm/trunk/src/c/modules/ModelProcessorx/NodesPartitioning.cpp	(revision 9319)
+++ /issm/trunk/src/c/modules/ModelProcessorx/NodesPartitioning.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/modules/ModelProcessorx/SortDataSets.cpp
===================================================================
--- /issm/trunk/src/c/modules/ModelProcessorx/SortDataSets.cpp	(revision 9319)
+++ /issm/trunk/src/c/modules/ModelProcessorx/SortDataSets.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/modules/ModelProcessorx/UpdateCounters.cpp
===================================================================
--- /issm/trunk/src/c/modules/ModelProcessorx/UpdateCounters.cpp	(revision 9319)
+++ /issm/trunk/src/c/modules/ModelProcessorx/UpdateCounters.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/modules/OutputResultsx/OutputResultsx.cpp
===================================================================
--- /issm/trunk/src/c/modules/OutputResultsx/OutputResultsx.cpp	(revision 9319)
+++ /issm/trunk/src/c/modules/OutputResultsx/OutputResultsx.cpp	(revision 9320)
@@ -5,10 +5,10 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include "./OutputResultsx.h"
 #include "../../Container/Container.h"
Index: /issm/trunk/src/c/modules/OutputResultsx/OutputResultsx.h
===================================================================
--- /issm/trunk/src/c/modules/OutputResultsx/OutputResultsx.h	(revision 9319)
+++ /issm/trunk/src/c/modules/OutputResultsx/OutputResultsx.h	(revision 9320)
@@ -7,5 +7,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/modules/ParsePetscOptionsx/ParsePetscOptionsx.cpp
===================================================================
--- /issm/trunk/src/c/modules/ParsePetscOptionsx/ParsePetscOptionsx.cpp	(revision 9319)
+++ /issm/trunk/src/c/modules/ParsePetscOptionsx/ParsePetscOptionsx.cpp	(revision 9320)
@@ -6,5 +6,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/modules/Qmux/DakotaFree.cpp
===================================================================
--- /issm/trunk/src/c/modules/Qmux/DakotaFree.cpp	(revision 9319)
+++ /issm/trunk/src/c/modules/Qmux/DakotaFree.cpp	(revision 9320)
@@ -5,5 +5,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/modules/Qmux/DakotaMPI_Bcast.cpp
===================================================================
--- /issm/trunk/src/c/modules/Qmux/DakotaMPI_Bcast.cpp	(revision 9319)
+++ /issm/trunk/src/c/modules/Qmux/DakotaMPI_Bcast.cpp	(revision 9320)
@@ -5,5 +5,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/modules/Qmux/Qmux.cpp
===================================================================
--- /issm/trunk/src/c/modules/Qmux/Qmux.cpp	(revision 9319)
+++ /issm/trunk/src/c/modules/Qmux/Qmux.cpp	(revision 9320)
@@ -28,5 +28,5 @@
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/modules/Qmux/SpawnCore.cpp
===================================================================
--- /issm/trunk/src/c/modules/Qmux/SpawnCore.cpp	(revision 9319)
+++ /issm/trunk/src/c/modules/Qmux/SpawnCore.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/modules/Qmux/SpawnCoreParallel.cpp
===================================================================
--- /issm/trunk/src/c/modules/Qmux/SpawnCoreParallel.cpp	(revision 9319)
+++ /issm/trunk/src/c/modules/Qmux/SpawnCoreParallel.cpp	(revision 9320)
@@ -20,5 +20,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/modules/Qmux/SpawnCoreSerial.cpp
===================================================================
--- /issm/trunk/src/c/modules/Qmux/SpawnCoreSerial.cpp	(revision 9319)
+++ /issm/trunk/src/c/modules/Qmux/SpawnCoreSerial.cpp	(revision 9320)
@@ -6,5 +6,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/modules/Reduceloadx/Reduceloadx.cpp
===================================================================
--- /issm/trunk/src/c/modules/Reduceloadx/Reduceloadx.cpp	(revision 9319)
+++ /issm/trunk/src/c/modules/Reduceloadx/Reduceloadx.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/modules/ResetConstraintsx/ThermalConstraintsReset.cpp
===================================================================
--- /issm/trunk/src/c/modules/ResetConstraintsx/ThermalConstraintsReset.cpp	(revision 9319)
+++ /issm/trunk/src/c/modules/ResetConstraintsx/ThermalConstraintsReset.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/modules/Responsex/Responsex.cpp
===================================================================
--- /issm/trunk/src/c/modules/Responsex/Responsex.cpp	(revision 9319)
+++ /issm/trunk/src/c/modules/Responsex/Responsex.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/modules/Scotchx/Scotchx.h
===================================================================
--- /issm/trunk/src/c/modules/Scotchx/Scotchx.h	(revision 9319)
+++ /issm/trunk/src/c/modules/Scotchx/Scotchx.h	(revision 9320)
@@ -11,5 +11,5 @@
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/modules/Solverx/DofTypesToIndexSet.cpp
===================================================================
--- /issm/trunk/src/c/modules/Solverx/DofTypesToIndexSet.cpp	(revision 9319)
+++ /issm/trunk/src/c/modules/Solverx/DofTypesToIndexSet.cpp	(revision 9320)
@@ -8,5 +8,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/modules/Solverx/Solverx.cpp
===================================================================
--- /issm/trunk/src/c/modules/Solverx/Solverx.cpp	(revision 9319)
+++ /issm/trunk/src/c/modules/Solverx/Solverx.cpp	(revision 9320)
@@ -8,5 +8,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/objects/Bamg/AdjacentTriangle.h
===================================================================
--- /issm/trunk/src/c/objects/Bamg/AdjacentTriangle.h	(revision 9319)
+++ /issm/trunk/src/c/objects/Bamg/AdjacentTriangle.h	(revision 9320)
@@ -18,5 +18,5 @@
 
 			//Constructors
-			AdjacentTriangle() {};
+			AdjacentTriangle():a(0),t(NULL) {};
 			AdjacentTriangle(Triangle* tt,int  aa): t(tt),a(aa &3) {};
 
Index: /issm/trunk/src/c/objects/Bamg/BamgGeom.cpp
===================================================================
--- /issm/trunk/src/c/objects/Bamg/BamgGeom.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Bamg/BamgGeom.cpp	(revision 9320)
@@ -1,3 +1,3 @@
-#include "stdio.h"
+#include <stdio.h>
 #include "../objects.h"
 #include "../../io/io.h"
Index: /issm/trunk/src/c/objects/Bamg/BamgMesh.cpp
===================================================================
--- /issm/trunk/src/c/objects/Bamg/BamgMesh.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Bamg/BamgMesh.cpp	(revision 9320)
@@ -1,3 +1,3 @@
-#include "stdio.h"
+#include <stdio.h>
 #include "../objects.h"
 #include "../../io/io.h"
Index: /issm/trunk/src/c/objects/Bamg/BamgOpts.cpp
===================================================================
--- /issm/trunk/src/c/objects/Bamg/BamgOpts.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Bamg/BamgOpts.cpp	(revision 9320)
@@ -1,3 +1,3 @@
-#include "stdio.h"
+#include <stdio.h>
 #include "../../shared/shared.h"
 #include "../../include/include.h"
Index: /issm/trunk/src/c/objects/Bamg/EigenMetric.cpp
===================================================================
--- /issm/trunk/src/c/objects/Bamg/EigenMetric.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Bamg/EigenMetric.cpp	(revision 9320)
@@ -10,10 +10,10 @@
 	/*Constructor*/
 	/*FUNCTION EigenMetric::EigenMetric(const Metric M){{{1*/
-	EigenMetric::EigenMetric(const Metric M){
+	EigenMetric::EigenMetric(const Metric& M){
 		/*From a metric (a11,a21,a22), get eigen values lambda1 and lambda2 and one eigen vector v*/
 
 		/*Intermediaries*/
 		double a11=M.a11,a21=M.a21,a22=M.a22;
-		double norm1,norm2,normM;
+		double normM;
 		double delta,b;
 
@@ -90,5 +90,5 @@
 	/*}}}1*/
 	/*FUNCTION EigenMetric::EigenMetric(double r1,double r2,const D2 vp1){{{1*/
-	EigenMetric::EigenMetric(double r1,double r2,const D2 vp1): lambda1(r1),lambda2(r2),v(vp1){
+	EigenMetric::EigenMetric(double r1,double r2,const D2& vp1): lambda1(r1),lambda2(r2),v(vp1){
 
 	}/*}}}*/
Index: /issm/trunk/src/c/objects/Bamg/Metric.cpp
===================================================================
--- /issm/trunk/src/c/objects/Bamg/Metric.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Bamg/Metric.cpp	(revision 9320)
@@ -15,7 +15,4 @@
 	/*Constructor/Destructor*/
 	/*FUNCTION Metric::Metric(){{{1*/
-	Metric::Metric(){
-
-	}/*}}}*/
 	/*FUNCTION Metric::Metric(double a){{{1*/
 	Metric::Metric(double a): a11(1/(a*a)),a21(0),a22(1/(a*a)){
@@ -26,6 +23,6 @@
 	
 	}/*}}}*/
-	/*FUNCTION Metric::Metric(const double  a[3],const  Metric m0, const  Metric m1,const  Metric  m2 ){{{1*/ 
-	Metric::Metric(const double  a[3],const  Metric m0, const  Metric m1,const  Metric m2 ){
+	/*FUNCTION Metric::Metric(const double  a[3],const  Metric& m0, const  Metric& m1,const  Metric&  m2 ){{{1*/ 
+	Metric::Metric(const double  a[3],const  Metric& m0, const  Metric& m1,const  Metric& m2 ){
 		/*Original code from Frederic Hecht <hecht@ann.jussieu.fr> (BAMG v1.01, Metric.cpp/Metric)*/
 
@@ -47,6 +44,6 @@
 	}
 	/*}}}1*/
-	/*FUNCTION Metric::Metric(double  a,const  Metric ma, double  b,const  Metric mb){{{1*/
-	Metric::Metric(double  a,const  Metric ma, double  b,const  Metric mb) { 
+	/*FUNCTION Metric::Metric(double  a,const  Metric& ma, double  b,const  Metric& mb){{{1*/
+	Metric::Metric(double  a,const  Metric& ma, double  b,const  Metric& mb) { 
 		/*Original code from Frederic Hecht <hecht@ann.jussieu.fr> (BAMG v1.01, Metric.cpp/EigenMetric)*/
 
@@ -83,5 +80,5 @@
 	/*}}}*/
 	/*FUNCTION Metric::IntersectWith{{{1*/
-	int Metric::IntersectWith(const Metric M2) {
+	int Metric::IntersectWith(const Metric& M2) {
 		/*Original code from Frederic Hecht <hecht@ann.jussieu.fr> (BAMG v1.01, Metric.cpp/IntersectWith)*/
 
@@ -142,5 +139,5 @@
 	/*Intermediary*/
 	/*FUNCTION LengthInterpole{{{1*/
-	double LengthInterpole(const Metric Ma,const  Metric Mb, R2 AB) {
+	double LengthInterpole(const Metric& Ma,const  Metric& Mb, R2 AB) {
 		/*Original code from Frederic Hecht <hecht@ann.jussieu.fr> (BAMG v1.01, Metric.cpp/LengthInterpole)*/
 
@@ -225,6 +222,4 @@
 		 */
 
-		int i;
-
 		//M1 and M2 components
 		double a11=M1.a11,a21=M1.a21,a22=M1.a22;
@@ -269,5 +264,5 @@
 			double s0,s1;
 
-			for(i=0;i<2;i++){
+			for(int i=0;i<2;i++){
 				/*Now, one must find the eigen vectors. For that we use the 
 				 * following property of the inner product
@@ -315,33 +310,39 @@
 	/*}}}1*/
 	/*FUNCTION abscisseInterpole{{{1*/
-	double abscisseInterpole(const Metric Ma,const  Metric Mb, R2 AB,double s,int optim) { 
+	double abscisseInterpole(const Metric& Ma,const  Metric& Mb, R2 AB,double s,int optim) { 
 		/*Original code from Frederic Hecht <hecht@ann.jussieu.fr> (BAMG v1.01, Metric.cpp/abscisseInterpole)*/
 
 		if(!optim)  LengthInterpole(Ma,Mb,AB);
 		double l  = s* LastMetricInterpole.lab,r;
-		int j=LastMetricInterpole.opt-1,i=0,k;
+		int j=LastMetricInterpole.opt-1;
 
 		double * L= LastMetricInterpole.L, *S = LastMetricInterpole.S;
 		// warning for optimisation S is the abcisse in [0:0.5]
 		// and L is le lenght 
-		if(l<=L[0])
-		 r=2*S[0]*l/L[0];
-		else if (l>=L[j])
-		 r=1;
-		else 
-		  {
-			while (j-i>1)
-			  {
+		if(l<=L[0]){
+			r=2*S[0]*l/L[0];
+		}
+		else if (l>=L[j]){
+			r=1;
+		}
+		else{
+			int i=0;
+			while (j-i>1){
+				int k;
 				k= (i+j)/2;
-				if(l<=L[k])
-				 j=k;// l<=L[j] 
-				else
-				 i=k; //  L[i]<l
-			  };
-			if (i==j)
-			 r = 2*S[i];
-			else
-			 r =  2*(S[i]*(L[j]-l)+ S[j]*(l-L[i]))/(L[j]-L[i]);
-		  }
+				if(l<=L[k]){
+					j=k;// l<=L[j] 
+				}
+				else{
+					i=k; //  L[i]<l
+				}
+			};
+			if (i==j){
+				r = 2*S[i];
+			}
+			else{
+				r =  2*(S[i]*(L[j]-l)+ S[j]*(l-L[i]))/(L[j]-L[i]);
+			}
+		}
 		if (r>1 || r<0){
 			_error_("r>1 || r<0");
Index: /issm/trunk/src/c/objects/Bamg/Metric.h
===================================================================
--- /issm/trunk/src/c/objects/Bamg/Metric.h	(revision 9319)
+++ /issm/trunk/src/c/objects/Bamg/Metric.h	(revision 9320)
@@ -25,14 +25,14 @@
 
 			//functions
-			Metric();
-			Metric(const EigenMetric);
+			Metric():a11(0),a21(0),a22(0){};
+			Metric(const EigenMetric&);
 			Metric(double a);
 			Metric(double a,double b,double c);
-			Metric( double  a,const  Metric ma, double  b,const  Metric mb);
-			Metric(const double  a[3],const  Metric m0,const  Metric m1,const  Metric m2 );
+			Metric( double  a,const  Metric& ma, double  b,const  Metric& mb);
+			Metric(const double  a[3],const  Metric& m0,const  Metric& m1,const  Metric& m2 );
 			void        Echo();
 			R2          mul(const R2 x)const;
 			double      det() const;
-			int         IntersectWith(const  Metric M2);
+			int         IntersectWith(const  Metric& M2);
 			inline void Box(double &hx,double &hy) const;
 
@@ -62,6 +62,6 @@
 
 			//functions
-			EigenMetric(const Metric );
-			EigenMetric(double r1,double r2,const D2 vp1);
+			EigenMetric(const Metric& );
+			EigenMetric(double r1,double r2,const D2& vp1);
 			void   Echo();
 			void   Abs();
@@ -88,4 +88,5 @@
 		friend double LengthInterpole(const Metric ,const  Metric , R2 );
 		friend double abscisseInterpole(const Metric ,const  Metric , R2 ,double ,int );
+		public:
 		int opt;
 		double lab;
@@ -96,6 +97,6 @@
 	//Functions
 	void  SimultaneousMatrixReduction( Metric M1,  Metric M2,D2xD2 &V);
-	double LengthInterpole(const Metric Ma,const  Metric Mb, R2 AB);
-	double abscisseInterpole(const Metric Ma,const  Metric Mb, R2 AB,double s,int optim=0);
+	double LengthInterpole(const Metric& Ma,const  Metric& Mb, R2 AB);
+	double abscisseInterpole(const Metric& Ma,const  Metric& Mb, R2 AB,double s,int optim=0);
 
 	//inlines
@@ -114,5 +115,5 @@
 		}
 	}
-	inline Metric::Metric(const EigenMetric M) {
+	inline Metric::Metric(const EigenMetric& M) {
 		double v00=M.v.x*M.v.x;
 		double v11=M.v.y*M.v.y;
Index: /issm/trunk/src/c/objects/Bamg/R2.h
===================================================================
--- /issm/trunk/src/c/objects/Bamg/R2.h	(revision 9319)
+++ /issm/trunk/src/c/objects/Bamg/R2.h	(revision 9320)
@@ -68,5 +68,5 @@
 			  P2<R,RR>    ty() {return P2<R,RR>(x.y,y.y);} 
 			  //Operators
-			  P2<R,RR>     operator*(const P2<R,RR> c) const {return P2<R,RR>(x.x*c.x + x.y*c.y, y.x*c.x + y.y*c.y);}
+			  P2<R,RR>     operator*(const P2<R,RR>& c) const {return P2<R,RR>(x.x*c.x + x.y*c.y, y.x*c.x + y.y*c.y);}
 			  P2xP2<R,RR>  operator*(P2xP2<R,RR> c) const{
 				  return  P2xP2<R,RR>(x.x*c.x.x + x.y*c.y.x,
Index: /issm/trunk/src/c/objects/Bamg/Triangle.cpp
===================================================================
--- /issm/trunk/src/c/objects/Bamg/Triangle.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Bamg/Triangle.cpp	(revision 9320)
@@ -9,4 +9,9 @@
 
 	/*Constructors/Destructors*/
+	/*FUNCTION Triangle(){{{1*/
+	Triangle::Triangle(void){
+
+	}
+	/*}}}*/
 	/*FUNCTION Triangle(Mesh *Th,long i,long j,long k) {{{1*/
 	Triangle::Triangle(Mesh *Th,long i,long j,long k) {
Index: /issm/trunk/src/c/objects/Bamg/Triangle.h
===================================================================
--- /issm/trunk/src/c/objects/Bamg/Triangle.h	(revision 9319)
+++ /issm/trunk/src/c/objects/Bamg/Triangle.h	(revision 9320)
@@ -29,5 +29,5 @@
 
 			//Constructors/Destructors
-			Triangle() {}
+			Triangle();
 			Triangle(Mesh *Th,long i,long j,long k);
 			Triangle(BamgVertex *v0,BamgVertex *v1,BamgVertex *v2);
Index: /issm/trunk/src/c/objects/Bamg/VertexOnEdge.cpp
===================================================================
--- /issm/trunk/src/c/objects/Bamg/VertexOnEdge.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Bamg/VertexOnEdge.cpp	(revision 9320)
@@ -10,4 +10,6 @@
 
 	/*Constructors/Destructors*/
+	void VertexOnEdge(){};
+	/*}}}*/
 
 	/*Methods*/
Index: /issm/trunk/src/c/objects/Bamg/VertexOnEdge.h
===================================================================
--- /issm/trunk/src/c/objects/Bamg/VertexOnEdge.h	(revision 9319)
+++ /issm/trunk/src/c/objects/Bamg/VertexOnEdge.h	(revision 9320)
@@ -20,5 +20,5 @@
 			//Constructors
 			VertexOnEdge( BamgVertex * w, Edge *bw,double s) :v(w),be(bw),abcisse(s) {}
-			VertexOnEdge(){}
+			VertexOnEdge();
 
 			//Operators
Index: /issm/trunk/src/c/objects/Bamg/VertexOnGeom.cpp
===================================================================
--- /issm/trunk/src/c/objects/Bamg/VertexOnGeom.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Bamg/VertexOnGeom.cpp	(revision 9320)
@@ -16,4 +16,5 @@
 		curvilincoord=0;
 		gv=0;
+		ge=0;
 	} 
 	/*}}}*/
@@ -23,4 +24,5 @@
 		curvilincoord=-1;
 		gv=&g;
+		ge=0;
 	}
 	/*}}}*/
@@ -30,4 +32,5 @@
 		curvilincoord=s;
 		ge=&g;
+		gv=0;
 	}
 	/*}}}*/
Index: /issm/trunk/src/c/objects/Bamg/VertexOnVertex.cpp
===================================================================
--- /issm/trunk/src/c/objects/Bamg/VertexOnVertex.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Bamg/VertexOnVertex.cpp	(revision 9320)
@@ -12,5 +12,6 @@
 	/*FUNCTION VertexOnVertex::VertexOnVertex(){{{1*/
 	VertexOnVertex::VertexOnVertex() {
-	
+		v=NULL;
+		bv=NULL;
 	};/*}}}*/
 	/*FUNCTION VertexOnVertex::VertexOnVertex(BamgVertex * w,BamgVertex *bw){{{1*/
Index: /issm/trunk/src/c/objects/Constraints/SpcDynamic.cpp
===================================================================
--- /issm/trunk/src/c/objects/Constraints/SpcDynamic.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Constraints/SpcDynamic.cpp	(revision 9320)
@@ -4,10 +4,10 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../../include/include.h"
Index: /issm/trunk/src/c/objects/Constraints/SpcStatic.cpp
===================================================================
--- /issm/trunk/src/c/objects/Constraints/SpcStatic.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Constraints/SpcStatic.cpp	(revision 9320)
@@ -4,10 +4,10 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../../include/include.h"
Index: /issm/trunk/src/c/objects/Constraints/SpcTransient.cpp
===================================================================
--- /issm/trunk/src/c/objects/Constraints/SpcTransient.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Constraints/SpcTransient.cpp	(revision 9320)
@@ -4,10 +4,10 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../../include/include.h"
Index: /issm/trunk/src/c/objects/Contour.cpp
===================================================================
--- /issm/trunk/src/c/objects/Contour.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Contour.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/objects/DakotaPlugin.cpp
===================================================================
--- /issm/trunk/src/c/objects/DakotaPlugin.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/DakotaPlugin.cpp	(revision 9320)
@@ -17,5 +17,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/objects/DofIndexing.cpp
===================================================================
--- /issm/trunk/src/c/objects/DofIndexing.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/DofIndexing.cpp	(revision 9320)
@@ -4,10 +4,10 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include "./objects.h"
 #include <string.h>
Index: /issm/trunk/src/c/objects/ElementResults/BoolElementResult.cpp
===================================================================
--- /issm/trunk/src/c/objects/ElementResults/BoolElementResult.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/ElementResults/BoolElementResult.cpp	(revision 9320)
@@ -4,10 +4,10 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "./ElementResultLocal.h"
Index: /issm/trunk/src/c/objects/ElementResults/DoubleElementResult.cpp
===================================================================
--- /issm/trunk/src/c/objects/ElementResults/DoubleElementResult.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/ElementResults/DoubleElementResult.cpp	(revision 9320)
@@ -4,10 +4,10 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "./ElementResultLocal.h"
Index: /issm/trunk/src/c/objects/ElementResults/PentaVertexElementResult.cpp
===================================================================
--- /issm/trunk/src/c/objects/ElementResults/PentaVertexElementResult.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/ElementResults/PentaVertexElementResult.cpp	(revision 9320)
@@ -4,10 +4,10 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "./ElementResultLocal.h"
Index: /issm/trunk/src/c/objects/ElementResults/TriaVertexElementResult.cpp
===================================================================
--- /issm/trunk/src/c/objects/ElementResults/TriaVertexElementResult.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/ElementResults/TriaVertexElementResult.cpp	(revision 9320)
@@ -4,10 +4,10 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "./ElementResultLocal.h"
Index: /issm/trunk/src/c/objects/Elements/Penta.cpp
===================================================================
--- /issm/trunk/src/c/objects/Elements/Penta.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Elements/Penta.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Elements/PentaHook.cpp
===================================================================
--- /issm/trunk/src/c/objects/Elements/PentaHook.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Elements/PentaHook.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Elements/PentaRef.cpp
===================================================================
--- /issm/trunk/src/c/objects/Elements/PentaRef.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Elements/PentaRef.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Elements/Tria.cpp
===================================================================
--- /issm/trunk/src/c/objects/Elements/Tria.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Elements/Tria.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Elements/TriaHook.cpp
===================================================================
--- /issm/trunk/src/c/objects/Elements/TriaHook.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Elements/TriaHook.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Elements/TriaRef.cpp
===================================================================
--- /issm/trunk/src/c/objects/Elements/TriaRef.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Elements/TriaRef.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/ExternalResults/BoolExternalResult.cpp
===================================================================
--- /issm/trunk/src/c/objects/ExternalResults/BoolExternalResult.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/ExternalResults/BoolExternalResult.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/ExternalResults/BoolExternalResult.h
===================================================================
--- /issm/trunk/src/c/objects/ExternalResults/BoolExternalResult.h	(revision 9319)
+++ /issm/trunk/src/c/objects/ExternalResults/BoolExternalResult.h	(revision 9320)
@@ -11,5 +11,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/objects/ExternalResults/DoubleExternalResult.cpp
===================================================================
--- /issm/trunk/src/c/objects/ExternalResults/DoubleExternalResult.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/ExternalResults/DoubleExternalResult.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/ExternalResults/DoubleExternalResult.h
===================================================================
--- /issm/trunk/src/c/objects/ExternalResults/DoubleExternalResult.h	(revision 9319)
+++ /issm/trunk/src/c/objects/ExternalResults/DoubleExternalResult.h	(revision 9320)
@@ -11,5 +11,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/objects/ExternalResults/DoubleMatExternalResult.cpp
===================================================================
--- /issm/trunk/src/c/objects/ExternalResults/DoubleMatExternalResult.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/ExternalResults/DoubleMatExternalResult.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/ExternalResults/DoubleMatExternalResult.h
===================================================================
--- /issm/trunk/src/c/objects/ExternalResults/DoubleMatExternalResult.h	(revision 9319)
+++ /issm/trunk/src/c/objects/ExternalResults/DoubleMatExternalResult.h	(revision 9320)
@@ -10,5 +10,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/objects/ExternalResults/DoubleVecExternalResult.cpp
===================================================================
--- /issm/trunk/src/c/objects/ExternalResults/DoubleVecExternalResult.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/ExternalResults/DoubleVecExternalResult.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/ExternalResults/DoubleVecExternalResult.h
===================================================================
--- /issm/trunk/src/c/objects/ExternalResults/DoubleVecExternalResult.h	(revision 9319)
+++ /issm/trunk/src/c/objects/ExternalResults/DoubleVecExternalResult.h	(revision 9320)
@@ -10,5 +10,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/objects/ExternalResults/ExternalResult.h
===================================================================
--- /issm/trunk/src/c/objects/ExternalResults/ExternalResult.h	(revision 9319)
+++ /issm/trunk/src/c/objects/ExternalResults/ExternalResult.h	(revision 9320)
@@ -11,5 +11,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/objects/ExternalResults/IntExternalResult.cpp
===================================================================
--- /issm/trunk/src/c/objects/ExternalResults/IntExternalResult.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/ExternalResults/IntExternalResult.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/ExternalResults/IntExternalResult.h
===================================================================
--- /issm/trunk/src/c/objects/ExternalResults/IntExternalResult.h	(revision 9319)
+++ /issm/trunk/src/c/objects/ExternalResults/IntExternalResult.h	(revision 9320)
@@ -11,5 +11,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/objects/ExternalResults/PetscVecExternalResult.cpp
===================================================================
--- /issm/trunk/src/c/objects/ExternalResults/PetscVecExternalResult.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/ExternalResults/PetscVecExternalResult.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/ExternalResults/PetscVecExternalResult.h
===================================================================
--- /issm/trunk/src/c/objects/ExternalResults/PetscVecExternalResult.h	(revision 9319)
+++ /issm/trunk/src/c/objects/ExternalResults/PetscVecExternalResult.h	(revision 9320)
@@ -11,5 +11,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/objects/ExternalResults/StringExternalResult.cpp
===================================================================
--- /issm/trunk/src/c/objects/ExternalResults/StringExternalResult.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/ExternalResults/StringExternalResult.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/ExternalResults/StringExternalResult.h
===================================================================
--- /issm/trunk/src/c/objects/ExternalResults/StringExternalResult.h	(revision 9319)
+++ /issm/trunk/src/c/objects/ExternalResults/StringExternalResult.h	(revision 9320)
@@ -11,5 +11,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/objects/FemModel.cpp
===================================================================
--- /issm/trunk/src/c/objects/FemModel.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/FemModel.cpp	(revision 9320)
@@ -5,10 +5,10 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include "../Container/Container.h"
 #include "../modules/ModelProcessorx/ModelProcessorx.h"
Index: /issm/trunk/src/c/objects/Hook.cpp
===================================================================
--- /issm/trunk/src/c/objects/Hook.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Hook.cpp	(revision 9320)
@@ -5,10 +5,10 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "./objects.h"
Index: /issm/trunk/src/c/objects/Inputs/BoolInput.cpp
===================================================================
--- /issm/trunk/src/c/objects/Inputs/BoolInput.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Inputs/BoolInput.cpp	(revision 9320)
@@ -4,10 +4,10 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Inputs/ControlInput.cpp
===================================================================
--- /issm/trunk/src/c/objects/Inputs/ControlInput.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Inputs/ControlInput.cpp	(revision 9320)
@@ -4,10 +4,10 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Inputs/DatasetInput.cpp
===================================================================
--- /issm/trunk/src/c/objects/Inputs/DatasetInput.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Inputs/DatasetInput.cpp	(revision 9320)
@@ -4,10 +4,10 @@
 /*Headers{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Inputs/DoubleInput.cpp
===================================================================
--- /issm/trunk/src/c/objects/Inputs/DoubleInput.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Inputs/DoubleInput.cpp	(revision 9320)
@@ -4,10 +4,10 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Inputs/IntInput.cpp
===================================================================
--- /issm/trunk/src/c/objects/Inputs/IntInput.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Inputs/IntInput.cpp	(revision 9320)
@@ -4,10 +4,10 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Inputs/PentaVertexInput.cpp
===================================================================
--- /issm/trunk/src/c/objects/Inputs/PentaVertexInput.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Inputs/PentaVertexInput.cpp	(revision 9320)
@@ -4,10 +4,10 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Inputs/TransientInput.cpp
===================================================================
--- /issm/trunk/src/c/objects/Inputs/TransientInput.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Inputs/TransientInput.cpp	(revision 9320)
@@ -4,10 +4,10 @@
 /*Headers{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Inputs/TriaVertexInput.cpp
===================================================================
--- /issm/trunk/src/c/objects/Inputs/TriaVertexInput.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Inputs/TriaVertexInput.cpp	(revision 9320)
@@ -4,10 +4,10 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/IoModel.cpp
===================================================================
--- /issm/trunk/src/c/objects/IoModel.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/IoModel.cpp	(revision 9320)
@@ -5,5 +5,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
@@ -11,5 +11,5 @@
 
 #include <string.h>
-#include "stdio.h"
+#include <stdio.h>
 #include "./objects.h"
 #include "../shared/shared.h"
Index: /issm/trunk/src/c/objects/KML/KMLFileReadUtils.cpp
===================================================================
--- /issm/trunk/src/c/objects/KML/KMLFileReadUtils.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/KML/KMLFileReadUtils.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/KML/KML_Attribute.cpp
===================================================================
--- /issm/trunk/src/c/objects/KML/KML_Attribute.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/KML/KML_Attribute.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/KML/KML_ColorStyle.cpp
===================================================================
--- /issm/trunk/src/c/objects/KML/KML_ColorStyle.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/KML/KML_ColorStyle.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/KML/KML_Container.cpp
===================================================================
--- /issm/trunk/src/c/objects/KML/KML_Container.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/KML/KML_Container.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/KML/KML_Document.cpp
===================================================================
--- /issm/trunk/src/c/objects/KML/KML_Document.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/KML/KML_Document.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/KML/KML_Feature.cpp
===================================================================
--- /issm/trunk/src/c/objects/KML/KML_Feature.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/KML/KML_Feature.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/KML/KML_File.cpp
===================================================================
--- /issm/trunk/src/c/objects/KML/KML_File.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/KML/KML_File.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/KML/KML_Folder.cpp
===================================================================
--- /issm/trunk/src/c/objects/KML/KML_Folder.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/KML/KML_Folder.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/KML/KML_Geometry.cpp
===================================================================
--- /issm/trunk/src/c/objects/KML/KML_Geometry.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/KML/KML_Geometry.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/KML/KML_GroundOverlay.cpp
===================================================================
--- /issm/trunk/src/c/objects/KML/KML_GroundOverlay.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/KML/KML_GroundOverlay.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/KML/KML_Icon.cpp
===================================================================
--- /issm/trunk/src/c/objects/KML/KML_Icon.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/KML/KML_Icon.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/KML/KML_LatLonBox.cpp
===================================================================
--- /issm/trunk/src/c/objects/KML/KML_LatLonBox.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/KML/KML_LatLonBox.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/KML/KML_LineString.cpp
===================================================================
--- /issm/trunk/src/c/objects/KML/KML_LineString.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/KML/KML_LineString.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/KML/KML_LineStyle.cpp
===================================================================
--- /issm/trunk/src/c/objects/KML/KML_LineStyle.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/KML/KML_LineStyle.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/KML/KML_LinearRing.cpp
===================================================================
--- /issm/trunk/src/c/objects/KML/KML_LinearRing.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/KML/KML_LinearRing.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/KML/KML_MultiGeometry.cpp
===================================================================
--- /issm/trunk/src/c/objects/KML/KML_MultiGeometry.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/KML/KML_MultiGeometry.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/KML/KML_Object.cpp
===================================================================
--- /issm/trunk/src/c/objects/KML/KML_Object.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/KML/KML_Object.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/KML/KML_Overlay.cpp
===================================================================
--- /issm/trunk/src/c/objects/KML/KML_Overlay.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/KML/KML_Overlay.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/KML/KML_Placemark.cpp
===================================================================
--- /issm/trunk/src/c/objects/KML/KML_Placemark.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/KML/KML_Placemark.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/KML/KML_PolyStyle.cpp
===================================================================
--- /issm/trunk/src/c/objects/KML/KML_PolyStyle.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/KML/KML_PolyStyle.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/KML/KML_Polygon.cpp
===================================================================
--- /issm/trunk/src/c/objects/KML/KML_Polygon.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/KML/KML_Polygon.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/KML/KML_Style.cpp
===================================================================
--- /issm/trunk/src/c/objects/KML/KML_Style.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/KML/KML_Style.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/KML/KML_StyleSelector.cpp
===================================================================
--- /issm/trunk/src/c/objects/KML/KML_StyleSelector.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/KML/KML_StyleSelector.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/KML/KML_SubStyle.cpp
===================================================================
--- /issm/trunk/src/c/objects/KML/KML_SubStyle.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/KML/KML_SubStyle.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Loads/Friction.cpp
===================================================================
--- /issm/trunk/src/c/objects/Loads/Friction.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Loads/Friction.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Loads/Icefront.cpp
===================================================================
--- /issm/trunk/src/c/objects/Loads/Icefront.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Loads/Icefront.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Loads/Numericalflux.cpp
===================================================================
--- /issm/trunk/src/c/objects/Loads/Numericalflux.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Loads/Numericalflux.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../../EnumDefinitions/EnumDefinitions.h"
Index: /issm/trunk/src/c/objects/Loads/Pengrid.cpp
===================================================================
--- /issm/trunk/src/c/objects/Loads/Pengrid.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Loads/Pengrid.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Loads/Penpair.cpp
===================================================================
--- /issm/trunk/src/c/objects/Loads/Penpair.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Loads/Penpair.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Loads/Riftfront.cpp
===================================================================
--- /issm/trunk/src/c/objects/Loads/Riftfront.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Loads/Riftfront.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../../EnumDefinitions/EnumDefinitions.h"
Index: /issm/trunk/src/c/objects/Materials/Matice.cpp
===================================================================
--- /issm/trunk/src/c/objects/Materials/Matice.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Materials/Matice.cpp	(revision 9320)
@@ -4,10 +4,10 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Materials/Matpar.cpp
===================================================================
--- /issm/trunk/src/c/objects/Materials/Matpar.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Materials/Matpar.cpp	(revision 9320)
@@ -4,10 +4,10 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Node.cpp
===================================================================
--- /issm/trunk/src/c/objects/Node.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Node.cpp	(revision 9320)
@@ -5,10 +5,10 @@
 /*Include files: {{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "./objects.h"
Index: /issm/trunk/src/c/objects/Numerics/ElementMatrix.cpp
===================================================================
--- /issm/trunk/src/c/objects/Numerics/ElementMatrix.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Numerics/ElementMatrix.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Numerics/ElementVector.cpp
===================================================================
--- /issm/trunk/src/c/objects/Numerics/ElementVector.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Numerics/ElementVector.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Options/Option.cpp
===================================================================
--- /issm/trunk/src/c/objects/Options/Option.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Options/Option.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Options/OptionCell.cpp
===================================================================
--- /issm/trunk/src/c/objects/Options/OptionCell.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Options/OptionCell.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Options/OptionChar.cpp
===================================================================
--- /issm/trunk/src/c/objects/Options/OptionChar.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Options/OptionChar.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Options/OptionDouble.cpp
===================================================================
--- /issm/trunk/src/c/objects/Options/OptionDouble.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Options/OptionDouble.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Options/OptionLogical.cpp
===================================================================
--- /issm/trunk/src/c/objects/Options/OptionLogical.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Options/OptionLogical.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Options/OptionStruct.cpp
===================================================================
--- /issm/trunk/src/c/objects/Options/OptionStruct.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Options/OptionStruct.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Options/OptionUtilities.cpp
===================================================================
--- /issm/trunk/src/c/objects/Options/OptionUtilities.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Options/OptionUtilities.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Params/BoolParam.cpp
===================================================================
--- /issm/trunk/src/c/objects/Params/BoolParam.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Params/BoolParam.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Params/BoolParam.h
===================================================================
--- /issm/trunk/src/c/objects/Params/BoolParam.h	(revision 9319)
+++ /issm/trunk/src/c/objects/Params/BoolParam.h	(revision 9320)
@@ -10,5 +10,5 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/objects/Params/DoubleMatArrayParam.cpp
===================================================================
--- /issm/trunk/src/c/objects/Params/DoubleMatArrayParam.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Params/DoubleMatArrayParam.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Params/DoubleMatArrayParam.h
===================================================================
--- /issm/trunk/src/c/objects/Params/DoubleMatArrayParam.h	(revision 9319)
+++ /issm/trunk/src/c/objects/Params/DoubleMatArrayParam.h	(revision 9320)
@@ -10,5 +10,5 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/objects/Params/DoubleMatParam.cpp
===================================================================
--- /issm/trunk/src/c/objects/Params/DoubleMatParam.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Params/DoubleMatParam.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Params/DoubleMatParam.h
===================================================================
--- /issm/trunk/src/c/objects/Params/DoubleMatParam.h	(revision 9319)
+++ /issm/trunk/src/c/objects/Params/DoubleMatParam.h	(revision 9320)
@@ -10,5 +10,5 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/objects/Params/DoubleParam.cpp
===================================================================
--- /issm/trunk/src/c/objects/Params/DoubleParam.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Params/DoubleParam.cpp	(revision 9320)
@@ -4,10 +4,10 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Params/DoubleParam.h
===================================================================
--- /issm/trunk/src/c/objects/Params/DoubleParam.h	(revision 9319)
+++ /issm/trunk/src/c/objects/Params/DoubleParam.h	(revision 9320)
@@ -10,5 +10,5 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/objects/Params/DoubleVecParam.cpp
===================================================================
--- /issm/trunk/src/c/objects/Params/DoubleVecParam.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Params/DoubleVecParam.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Params/DoubleVecParam.h
===================================================================
--- /issm/trunk/src/c/objects/Params/DoubleVecParam.h	(revision 9319)
+++ /issm/trunk/src/c/objects/Params/DoubleVecParam.h	(revision 9320)
@@ -10,5 +10,5 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/objects/Params/FileParam.cpp
===================================================================
--- /issm/trunk/src/c/objects/Params/FileParam.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Params/FileParam.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Params/FileParam.h
===================================================================
--- /issm/trunk/src/c/objects/Params/FileParam.h	(revision 9319)
+++ /issm/trunk/src/c/objects/Params/FileParam.h	(revision 9320)
@@ -10,5 +10,5 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/objects/Params/IntMatParam.cpp
===================================================================
--- /issm/trunk/src/c/objects/Params/IntMatParam.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Params/IntMatParam.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Params/IntMatParam.h
===================================================================
--- /issm/trunk/src/c/objects/Params/IntMatParam.h	(revision 9319)
+++ /issm/trunk/src/c/objects/Params/IntMatParam.h	(revision 9320)
@@ -10,5 +10,5 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/objects/Params/IntParam.cpp
===================================================================
--- /issm/trunk/src/c/objects/Params/IntParam.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Params/IntParam.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Params/IntParam.h
===================================================================
--- /issm/trunk/src/c/objects/Params/IntParam.h	(revision 9319)
+++ /issm/trunk/src/c/objects/Params/IntParam.h	(revision 9320)
@@ -10,5 +10,5 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/objects/Params/IntVecParam.cpp
===================================================================
--- /issm/trunk/src/c/objects/Params/IntVecParam.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Params/IntVecParam.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Params/IntVecParam.h
===================================================================
--- /issm/trunk/src/c/objects/Params/IntVecParam.h	(revision 9319)
+++ /issm/trunk/src/c/objects/Params/IntVecParam.h	(revision 9320)
@@ -10,5 +10,5 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/objects/Params/Param.h
===================================================================
--- /issm/trunk/src/c/objects/Params/Param.h	(revision 9319)
+++ /issm/trunk/src/c/objects/Params/Param.h	(revision 9320)
@@ -11,5 +11,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/objects/Params/PetscMatParam.cpp
===================================================================
--- /issm/trunk/src/c/objects/Params/PetscMatParam.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Params/PetscMatParam.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Params/PetscMatParam.h
===================================================================
--- /issm/trunk/src/c/objects/Params/PetscMatParam.h	(revision 9319)
+++ /issm/trunk/src/c/objects/Params/PetscMatParam.h	(revision 9320)
@@ -10,5 +10,5 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/objects/Params/PetscVecParam.cpp
===================================================================
--- /issm/trunk/src/c/objects/Params/PetscVecParam.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Params/PetscVecParam.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Params/PetscVecParam.h
===================================================================
--- /issm/trunk/src/c/objects/Params/PetscVecParam.h	(revision 9319)
+++ /issm/trunk/src/c/objects/Params/PetscVecParam.h	(revision 9320)
@@ -10,5 +10,5 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/objects/Params/StringArrayParam.cpp
===================================================================
--- /issm/trunk/src/c/objects/Params/StringArrayParam.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Params/StringArrayParam.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Params/StringArrayParam.h
===================================================================
--- /issm/trunk/src/c/objects/Params/StringArrayParam.h	(revision 9319)
+++ /issm/trunk/src/c/objects/Params/StringArrayParam.h	(revision 9320)
@@ -10,5 +10,5 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/objects/Params/StringParam.cpp
===================================================================
--- /issm/trunk/src/c/objects/Params/StringParam.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Params/StringParam.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "../objects.h"
Index: /issm/trunk/src/c/objects/Params/StringParam.h
===================================================================
--- /issm/trunk/src/c/objects/Params/StringParam.h	(revision 9319)
+++ /issm/trunk/src/c/objects/Params/StringParam.h	(revision 9320)
@@ -10,5 +10,5 @@
 /*{{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/objects/Patch.cpp
===================================================================
--- /issm/trunk/src/c/objects/Patch.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Patch.cpp	(revision 9320)
@@ -5,10 +5,10 @@
 /*Include files: {{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "./objects.h"
Index: /issm/trunk/src/c/objects/Segment.cpp
===================================================================
--- /issm/trunk/src/c/objects/Segment.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Segment.cpp	(revision 9320)
@@ -5,10 +5,10 @@
 /*Include files: {{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include "./objects.h"
Index: /issm/trunk/src/c/objects/Vertex.cpp
===================================================================
--- /issm/trunk/src/c/objects/Vertex.cpp	(revision 9319)
+++ /issm/trunk/src/c/objects/Vertex.cpp	(revision 9320)
@@ -5,5 +5,5 @@
 /*Include files: {{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/shared/Alloc/alloc.cpp
===================================================================
--- /issm/trunk/src/c/shared/Alloc/alloc.cpp	(revision 9319)
+++ /issm/trunk/src/c/shared/Alloc/alloc.cpp	(revision 9320)
@@ -14,5 +14,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile without HAVE_CONFIG_H symbol! run configure first!"
@@ -23,6 +23,6 @@
 #endif
 
-#include "stdio.h"
-#include "stdlib.h"
+#include <stdio.h>
+#include <stdlib.h>
 
 #include  "./alloc.h"
Index: /issm/trunk/src/c/shared/Dofs/dofsetgen.cpp
===================================================================
--- /issm/trunk/src/c/shared/Dofs/dofsetgen.cpp	(revision 9319)
+++ /issm/trunk/src/c/shared/Dofs/dofsetgen.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
@@ -11,5 +11,5 @@
 #include "../Alloc/alloc.h"
 #include "../../include/include.h"
-#include "stdio.h"
+#include <stdio.h>
 
 double* dofsetgen(int numdofs,int* doflist,int dofspernode,int totaldofs){
Index: /issm/trunk/src/c/shared/Exceptions/Exceptions.cpp
===================================================================
--- /issm/trunk/src/c/shared/Exceptions/Exceptions.cpp	(revision 9319)
+++ /issm/trunk/src/c/shared/Exceptions/Exceptions.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/shared/Exceptions/exprintf.cpp
===================================================================
--- /issm/trunk/src/c/shared/Exceptions/exprintf.cpp	(revision 9319)
+++ /issm/trunk/src/c/shared/Exceptions/exprintf.cpp	(revision 9320)
@@ -7,6 +7,6 @@
 
 
-#include "stdarg.h"
-#include "stdio.h"
+#include <stdarg.h>
+#include <stdio.h>
 #include "../Alloc/alloc.h"
 
Index: /issm/trunk/src/c/shared/Exp/DomainOutlineRead.cpp
===================================================================
--- /issm/trunk/src/c/shared/Exp/DomainOutlineRead.cpp	(revision 9319)
+++ /issm/trunk/src/c/shared/Exp/DomainOutlineRead.cpp	(revision 9320)
@@ -6,5 +6,5 @@
  */
 
-#include "stdio.h"
+#include <stdio.h>
 #include "../Alloc/alloc.h"
 #include "../../include/include.h"
@@ -16,10 +16,9 @@
 	/*Error management: */
 	int noerr=1;
-	int i,j,counter;
+	int i,counter;
 
 	/*I/O: */
 	FILE* fid=NULL;
 	char chardummy[256];
-	int  idummy;
 	double  ddummy;
 
@@ -47,11 +46,11 @@
 	nprof=1;
 	for(;;){
-		fscanf(fid,"%s %s\n",chardummy,chardummy);
-		fscanf(fid,"%s %s\n",chardummy,chardummy);
-		fscanf(fid,"%s %s %s %s\n",chardummy,chardummy,chardummy,chardummy);
-		fscanf(fid,"%u %s\n",&n,chardummy);
-		fscanf(fid,"%s %s %s %s %s\n",chardummy,chardummy,chardummy,chardummy,chardummy);
+		fscanf(fid,"%256s %256s\n",chardummy,chardummy);
+		fscanf(fid,"%256s %256s\n",chardummy,chardummy);
+		fscanf(fid,"%256s %256s %256s %256s\n",chardummy,chardummy,chardummy,chardummy);
+		fscanf(fid,"%20u %256s\n",&n,chardummy);
+		fscanf(fid,"%256s %256s %256s %256s %256s\n",chardummy,chardummy,chardummy,chardummy,chardummy);
 		for (i=0;i<n;i++){
-			fscanf(fid,"%lf %lf\n",&ddummy,&ddummy);
+			fscanf(fid,"%20lf %20lf\n",&ddummy,&ddummy);
 		}
 		/*Ok, we have faked one profile reading, check whether we are at the end of the file, otherwise, keep fake reading next profile:*/
@@ -79,13 +78,13 @@
 
 		/*Skip header: */
-		fscanf(fid,"%s %s\n",chardummy,chardummy);
-		fscanf(fid,"%s %s\n",chardummy,chardummy);
-		fscanf(fid,"%s %s %s %s\n",chardummy,chardummy,chardummy,chardummy);
+		fscanf(fid,"%256s %256s\n",chardummy,chardummy);
+		fscanf(fid,"%256s %256s\n",chardummy,chardummy);
+		fscanf(fid,"%256s %256s %256s %256s\n",chardummy,chardummy,chardummy,chardummy);
 		
 		/*Get number of profile vertices: */
-		fscanf(fid,"%u %s\n",&n,chardummy);
+		fscanf(fid,"%20u %256s\n",&n,chardummy);
 	
 		/*Skip next line: */
-		fscanf(fid,"%s %s %s %s %s\n",chardummy,chardummy,chardummy,chardummy,chardummy);
+		fscanf(fid,"%256s %256s %256s %256s %256s\n",chardummy,chardummy,chardummy,chardummy,chardummy);
 
 		/*Allocate vertices: */
@@ -96,5 +95,5 @@
 		/*Read vertices: */
 		for (i=0;i<n;i++){
-			fscanf(fid,"%lf %lf\n",x+i,y+i);
+			fscanf(fid,"%20lf %20lf\n",x+i,y+i);
 		}
 
Index: /issm/trunk/src/c/shared/Exp/DomainOutlineWrite.cpp
===================================================================
--- /issm/trunk/src/c/shared/Exp/DomainOutlineWrite.cpp	(revision 9319)
+++ /issm/trunk/src/c/shared/Exp/DomainOutlineWrite.cpp	(revision 9320)
@@ -6,5 +6,5 @@
  */
 
-#include "stdio.h"
+#include <stdio.h>
 #include "../Alloc/alloc.h"
 #include "../../include/include.h"
@@ -16,11 +16,8 @@
 	/*Error management: */
 	int noerr=1;
-	int i,j,counter;
+	int i,counter;
 
 	/*I/O: */
 	FILE* fid=NULL;
-	char chardummy[256];
-	int  idummy;
-	double  ddummy;
 
 	/*input: */
Index: /issm/trunk/src/c/shared/Exp/IsInPoly.cpp
===================================================================
--- /issm/trunk/src/c/shared/Exp/IsInPoly.cpp	(revision 9319)
+++ /issm/trunk/src/c/shared/Exp/IsInPoly.cpp	(revision 9320)
@@ -9,5 +9,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/shared/Matlab/PrintfFunction.cpp
===================================================================
--- /issm/trunk/src/c/shared/Matlab/PrintfFunction.cpp	(revision 9319)
+++ /issm/trunk/src/c/shared/Matlab/PrintfFunction.cpp	(revision 9320)
@@ -4,6 +4,6 @@
  */
 
-#include "stdarg.h"
-#include "stdio.h"
+#include <stdarg.h>
+#include <stdio.h>
 #include "../../shared/shared.h"
 #include "../../include/include.h"
Index: /issm/trunk/src/c/shared/Numerics/BrentSearch.cpp
===================================================================
--- /issm/trunk/src/c/shared/Numerics/BrentSearch.cpp	(revision 9319)
+++ /issm/trunk/src/c/shared/Numerics/BrentSearch.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/shared/Numerics/IsInputConverged.cpp
===================================================================
--- /issm/trunk/src/c/shared/Numerics/IsInputConverged.cpp	(revision 9319)
+++ /issm/trunk/src/c/shared/Numerics/IsInputConverged.cpp	(revision 9320)
@@ -7,5 +7,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/shared/Numerics/OptFunc.cpp
===================================================================
--- /issm/trunk/src/c/shared/Numerics/OptFunc.cpp	(revision 9319)
+++ /issm/trunk/src/c/shared/Numerics/OptFunc.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/shared/Numerics/OptimalSearch.cpp
===================================================================
--- /issm/trunk/src/c/shared/Numerics/OptimalSearch.cpp	(revision 9319)
+++ /issm/trunk/src/c/shared/Numerics/OptimalSearch.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/shared/Numerics/PetscOptionsFromAnalysis.cpp
===================================================================
--- /issm/trunk/src/c/shared/Numerics/PetscOptionsFromAnalysis.cpp	(revision 9319)
+++ /issm/trunk/src/c/shared/Numerics/PetscOptionsFromAnalysis.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/shared/Numerics/Synchronize.sh
===================================================================
--- /issm/trunk/src/c/shared/Numerics/Synchronize.sh	(revision 9319)
+++ /issm/trunk/src/c/shared/Numerics/Synchronize.sh	(revision 9320)
@@ -22,5 +22,5 @@
 /*{{{*/
 #ifdef HAVE_CONFIG_H
-   #include "config.h"
+   #include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/shared/Numerics/UnitConversion.cpp
===================================================================
--- /issm/trunk/src/c/shared/Numerics/UnitConversion.cpp	(revision 9319)
+++ /issm/trunk/src/c/shared/Numerics/UnitConversion.cpp	(revision 9320)
@@ -5,5 +5,5 @@
 /*headers {{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/shared/Numerics/Verbosity.cpp
===================================================================
--- /issm/trunk/src/c/shared/Numerics/Verbosity.cpp	(revision 9319)
+++ /issm/trunk/src/c/shared/Numerics/Verbosity.cpp	(revision 9320)
@@ -11,5 +11,5 @@
 /*{{{*/
 #ifdef HAVE_CONFIG_H
-   #include "config.h"
+   #include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/shared/Numerics/cross.cpp
===================================================================
--- /issm/trunk/src/c/shared/Numerics/cross.cpp	(revision 9319)
+++ /issm/trunk/src/c/shared/Numerics/cross.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/shared/Numerics/extrema.cpp
===================================================================
--- /issm/trunk/src/c/shared/Numerics/extrema.cpp	(revision 9319)
+++ /issm/trunk/src/c/shared/Numerics/extrema.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/shared/Numerics/norm.cpp
===================================================================
--- /issm/trunk/src/c/shared/Numerics/norm.cpp	(revision 9319)
+++ /issm/trunk/src/c/shared/Numerics/norm.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/shared/Sorting/binary_search.cpp
===================================================================
--- /issm/trunk/src/c/shared/Sorting/binary_search.cpp	(revision 9319)
+++ /issm/trunk/src/c/shared/Sorting/binary_search.cpp	(revision 9320)
@@ -4,10 +4,10 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 
 int binary_search(int* poffset,int target, int* sorted_integers,int num_integers){
Index: /issm/trunk/src/c/shared/String/DescriptorIndex.cpp
===================================================================
--- /issm/trunk/src/c/shared/String/DescriptorIndex.cpp	(revision 9319)
+++ /issm/trunk/src/c/shared/String/DescriptorIndex.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include <string.h>
 #include <ctype.h>
Index: /issm/trunk/src/c/shared/Threads/LaunchThread.cpp
===================================================================
--- /issm/trunk/src/c/shared/Threads/LaunchThread.cpp	(revision 9319)
+++ /issm/trunk/src/c/shared/Threads/LaunchThread.cpp	(revision 9320)
@@ -10,5 +10,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/shared/Threads/PartitionRange.cpp
===================================================================
--- /issm/trunk/src/c/shared/Threads/PartitionRange.cpp	(revision 9319)
+++ /issm/trunk/src/c/shared/Threads/PartitionRange.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/shared/TriMesh/TriMeshUtils.cpp
===================================================================
--- /issm/trunk/src/c/shared/TriMesh/TriMeshUtils.cpp	(revision 9319)
+++ /issm/trunk/src/c/shared/TriMesh/TriMeshUtils.cpp	(revision 9320)
@@ -381,5 +381,5 @@
 int IsInPoly(double* in,double* xc,double* yc,int numnodes,double* x,double* y,int nods){
 
-	int i,j;
+	int i;
 	double x0,y0;
 
@@ -586,5 +586,5 @@
 	double* riftpairs=NULL;
 	int     node1,node2,node3,node4,temp_node;
-	double  el1,el2;
+	double  el2;
 	int     newnods; //temporary # node counter.
 	double  xmin,ymin;
@@ -633,5 +633,4 @@
 		riftpairs=rifts1pairs[i];
 		for (j=0;j<rifts1numsegs[i];j++){
-			el1=*(riftpairs+2*j+0);
 			el2=*(riftpairs+2*j+1);
 			node1=(int)*(riftsegments+3*j+0);
@@ -807,5 +806,5 @@
 	/*node and element manipulation: */
 	int     node1,node2,node3,node4,temp_node,tip1,tip2,node;
-	double  el1,el2;
+	double  el2;
 	int     already_ordered=0;
 
@@ -835,5 +834,4 @@
 
 		for (j=0;j<numsegs;j++){
-			el1=*(riftpairs+2*j+0);
 			el2=*(riftpairs+2*j+1);
 			node1=(int)*(riftsegments+3*j+0);
@@ -959,5 +957,5 @@
 
 	double el1,el2,node1,node2,node3,node4;
-	double tip1,tip2,temp_node;
+	double temp_node;
 
 	/*output: */
@@ -983,6 +981,4 @@
 		riftsegments=riftssegments[i];
 		riftpairs=riftspairs[i];
-		tip1=*(riftstips+2*i+0);
-		tip2=*(riftstips+2*i+1);
 
 		/*allocate riftpenaltypairs, and riftnumpenaltypairs: */
Index: /issm/trunk/src/c/shared/TriMesh/trimesh.h
===================================================================
--- /issm/trunk/src/c/shared/TriMesh/trimesh.h	(revision 9319)
+++ /issm/trunk/src/c/shared/TriMesh/trimesh.h	(revision 9320)
@@ -7,5 +7,5 @@
 
 
-#include "stdio.h"
+#include <stdio.h>
 #include <math.h>
 
Index: /issm/trunk/src/c/solutions/AdjointCorePointerFromSolutionEnum.cpp
===================================================================
--- /issm/trunk/src/c/solutions/AdjointCorePointerFromSolutionEnum.cpp	(revision 9319)
+++ /issm/trunk/src/c/solutions/AdjointCorePointerFromSolutionEnum.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/solutions/CorePointerFromSolutionEnum.cpp
===================================================================
--- /issm/trunk/src/c/solutions/CorePointerFromSolutionEnum.cpp	(revision 9319)
+++ /issm/trunk/src/c/solutions/CorePointerFromSolutionEnum.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/solutions/SolutionConfiguration.cpp
===================================================================
--- /issm/trunk/src/c/solutions/SolutionConfiguration.cpp	(revision 9319)
+++ /issm/trunk/src/c/solutions/SolutionConfiguration.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/solutions/WriteLockFile.cpp
===================================================================
--- /issm/trunk/src/c/solutions/WriteLockFile.cpp	(revision 9319)
+++ /issm/trunk/src/c/solutions/WriteLockFile.cpp	(revision 9320)
@@ -2,5 +2,5 @@
  * \brief
  */ 
-#include "stdio.h"
+#include <stdio.h>
 #include "../shared/shared.h"
 #include "../include/include.h"
Index: /issm/trunk/src/c/solutions/controlconvergence.cpp
===================================================================
--- /issm/trunk/src/c/solutions/controlconvergence.cpp	(revision 9319)
+++ /issm/trunk/src/c/solutions/controlconvergence.cpp	(revision 9320)
@@ -3,5 +3,5 @@
  */ 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/solutions/objectivefunctionC.cpp
===================================================================
--- /issm/trunk/src/c/solutions/objectivefunctionC.cpp	(revision 9319)
+++ /issm/trunk/src/c/solutions/objectivefunctionC.cpp	(revision 9320)
@@ -5,5 +5,5 @@
 /*include files: {{{1*/
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/solutions/steadystateconvergence.cpp
===================================================================
--- /issm/trunk/src/c/solutions/steadystateconvergence.cpp	(revision 9319)
+++ /issm/trunk/src/c/solutions/steadystateconvergence.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/toolkits/matlab/MatlabNArrayToNArray.cpp
===================================================================
--- /issm/trunk/src/c/toolkits/matlab/MatlabNArrayToNArray.cpp	(revision 9319)
+++ /issm/trunk/src/c/toolkits/matlab/MatlabNArrayToNArray.cpp	(revision 9320)
@@ -5,5 +5,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/toolkits/petsc/patches/GetOwnershipBoundariesFromRange.cpp
===================================================================
--- /issm/trunk/src/c/toolkits/petsc/patches/GetOwnershipBoundariesFromRange.cpp	(revision 9319)
+++ /issm/trunk/src/c/toolkits/petsc/patches/GetOwnershipBoundariesFromRange.cpp	(revision 9320)
@@ -6,10 +6,10 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
 #endif
 
-#include "stdio.h"
+#include <stdio.h>
 #include "../../../shared/shared.h"
 
Index: /issm/trunk/src/c/toolkits/petsc/patches/ISFree.cpp
===================================================================
--- /issm/trunk/src/c/toolkits/petsc/patches/ISFree.cpp	(revision 9319)
+++ /issm/trunk/src/c/toolkits/petsc/patches/ISFree.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/toolkits/petsc/patches/KSPFree.cpp
===================================================================
--- /issm/trunk/src/c/toolkits/petsc/patches/KSPFree.cpp	(revision 9319)
+++ /issm/trunk/src/c/toolkits/petsc/patches/KSPFree.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/toolkits/petsc/patches/MatFree.cpp
===================================================================
--- /issm/trunk/src/c/toolkits/petsc/patches/MatFree.cpp	(revision 9319)
+++ /issm/trunk/src/c/toolkits/petsc/patches/MatFree.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/toolkits/petsc/patches/MatMultPatch.cpp
===================================================================
--- /issm/trunk/src/c/toolkits/petsc/patches/MatMultPatch.cpp	(revision 9319)
+++ /issm/trunk/src/c/toolkits/petsc/patches/MatMultPatch.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/toolkits/petsc/patches/MatPartition.cpp
===================================================================
--- /issm/trunk/src/c/toolkits/petsc/patches/MatPartition.cpp	(revision 9319)
+++ /issm/trunk/src/c/toolkits/petsc/patches/MatPartition.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/toolkits/petsc/patches/MatlabMatrixToDoubleMatrix.cpp
===================================================================
--- /issm/trunk/src/c/toolkits/petsc/patches/MatlabMatrixToDoubleMatrix.cpp	(revision 9319)
+++ /issm/trunk/src/c/toolkits/petsc/patches/MatlabMatrixToDoubleMatrix.cpp	(revision 9320)
@@ -5,5 +5,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/toolkits/petsc/patches/MatlabMatrixToPetscMatrix.cpp
===================================================================
--- /issm/trunk/src/c/toolkits/petsc/patches/MatlabMatrixToPetscMatrix.cpp	(revision 9319)
+++ /issm/trunk/src/c/toolkits/petsc/patches/MatlabMatrixToPetscMatrix.cpp	(revision 9320)
@@ -5,5 +5,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/toolkits/petsc/patches/MatlabVectorToDoubleVector.cpp
===================================================================
--- /issm/trunk/src/c/toolkits/petsc/patches/MatlabVectorToDoubleVector.cpp	(revision 9319)
+++ /issm/trunk/src/c/toolkits/petsc/patches/MatlabVectorToDoubleVector.cpp	(revision 9320)
@@ -5,5 +5,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/toolkits/petsc/patches/MatlabVectorToPetscVector.cpp
===================================================================
--- /issm/trunk/src/c/toolkits/petsc/patches/MatlabVectorToPetscVector.cpp	(revision 9319)
+++ /issm/trunk/src/c/toolkits/petsc/patches/MatlabVectorToPetscVector.cpp	(revision 9320)
@@ -5,5 +5,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/toolkits/petsc/patches/NewMat.cpp
===================================================================
--- /issm/trunk/src/c/toolkits/petsc/patches/NewMat.cpp	(revision 9319)
+++ /issm/trunk/src/c/toolkits/petsc/patches/NewMat.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/toolkits/petsc/patches/NewVec.cpp
===================================================================
--- /issm/trunk/src/c/toolkits/petsc/patches/NewVec.cpp	(revision 9319)
+++ /issm/trunk/src/c/toolkits/petsc/patches/NewVec.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/toolkits/petsc/patches/PetscDetermineLocalSize.cpp
===================================================================
--- /issm/trunk/src/c/toolkits/petsc/patches/PetscDetermineLocalSize.cpp	(revision 9319)
+++ /issm/trunk/src/c/toolkits/petsc/patches/PetscDetermineLocalSize.cpp	(revision 9320)
@@ -3,5 +3,5 @@
  */
 
-#include "stdio.h"
+#include <stdio.h>
 #include <math.h>
 
Index: /issm/trunk/src/c/toolkits/petsc/patches/PetscMatrixToMatlabMatrix.cpp
===================================================================
--- /issm/trunk/src/c/toolkits/petsc/patches/PetscMatrixToMatlabMatrix.cpp	(revision 9319)
+++ /issm/trunk/src/c/toolkits/petsc/patches/PetscMatrixToMatlabMatrix.cpp	(revision 9320)
@@ -5,5 +5,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/toolkits/petsc/patches/PetscOptionsDetermineSolverType.cpp
===================================================================
--- /issm/trunk/src/c/toolkits/petsc/patches/PetscOptionsDetermineSolverType.cpp	(revision 9319)
+++ /issm/trunk/src/c/toolkits/petsc/patches/PetscOptionsDetermineSolverType.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/toolkits/petsc/patches/PetscOptionsInsertMultipleString.cpp
===================================================================
--- /issm/trunk/src/c/toolkits/petsc/patches/PetscOptionsInsertMultipleString.cpp	(revision 9319)
+++ /issm/trunk/src/c/toolkits/petsc/patches/PetscOptionsInsertMultipleString.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/toolkits/petsc/patches/PetscVectorToMatlabVector.cpp
===================================================================
--- /issm/trunk/src/c/toolkits/petsc/patches/PetscVectorToMatlabVector.cpp	(revision 9319)
+++ /issm/trunk/src/c/toolkits/petsc/patches/PetscVectorToMatlabVector.cpp	(revision 9320)
@@ -5,5 +5,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/toolkits/petsc/patches/SerialToVec.cpp
===================================================================
--- /issm/trunk/src/c/toolkits/petsc/patches/SerialToVec.cpp	(revision 9319)
+++ /issm/trunk/src/c/toolkits/petsc/patches/SerialToVec.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/toolkits/petsc/patches/VecDuplicatePatch.cpp
===================================================================
--- /issm/trunk/src/c/toolkits/petsc/patches/VecDuplicatePatch.cpp	(revision 9319)
+++ /issm/trunk/src/c/toolkits/petsc/patches/VecDuplicatePatch.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/toolkits/petsc/patches/VecFree.cpp
===================================================================
--- /issm/trunk/src/c/toolkits/petsc/patches/VecFree.cpp	(revision 9319)
+++ /issm/trunk/src/c/toolkits/petsc/patches/VecFree.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/toolkits/petsc/patches/VecMerge.cpp
===================================================================
--- /issm/trunk/src/c/toolkits/petsc/patches/VecMerge.cpp	(revision 9319)
+++ /issm/trunk/src/c/toolkits/petsc/patches/VecMerge.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/toolkits/petsc/patches/VecPartition.cpp
===================================================================
--- /issm/trunk/src/c/toolkits/petsc/patches/VecPartition.cpp	(revision 9319)
+++ /issm/trunk/src/c/toolkits/petsc/patches/VecPartition.cpp	(revision 9320)
@@ -4,5 +4,5 @@
 
 #ifdef HAVE_CONFIG_H
-	#include "config.h"
+	#include <config.h>
 #else
 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
Index: /issm/trunk/src/c/toolkits/petsc/petscincludes.h
===================================================================
--- /issm/trunk/src/c/toolkits/petsc/petscincludes.h	(revision 9319)
+++ /issm/trunk/src/c/toolkits/petsc/petscincludes.h	(revision 9320)
@@ -7,8 +7,8 @@
 
 /*Petsc includes: */
-#include "petscmat.h"
-#include "petscvec.h"
-#include "petscksp.h"
-#include "petscsys.h"
+#include <petscmat.h>
+#include <petscvec.h>
+#include <petscksp.h>
+#include <petscsys.h>
 
 /*our own patches: */
Index: /issm/trunk/src/c/toolkits/plapack/plapackincludes.h
===================================================================
--- /issm/trunk/src/c/toolkits/plapack/plapackincludes.h	(revision 9319)
+++ /issm/trunk/src/c/toolkits/plapack/plapackincludes.h	(revision 9320)
@@ -7,5 +7,4 @@
 
 #include "PLA.h"
-#include "PLA_protoinclude.h"
 
 /* missing Plapack prototypes: */
Index: /issm/trunk/src/m/classes/model.m
===================================================================
--- /issm/trunk/src/m/classes/model.m	(revision 9319)
+++ /issm/trunk/src/m/classes/model.m	(revision 9320)
@@ -268,4 +268,5 @@
 		 basal_melting_rate_correction_apply = {0,true,'Integer'};
 		 pressure                            = {NaN,true,'DoubleMat',1};
+		 %Hydrology
 		 watercolumn                         = {NaN,true,'DoubleMat',1};
 
Index: /issm/trunk/src/m/model/radarpower.m
===================================================================
--- /issm/trunk/src/m/model/radarpower.m	(revision 9319)
+++ /issm/trunk/src/m/model/radarpower.m	(revision 9320)
@@ -11,5 +11,5 @@
 
 %If gdal does not work, uncomment the following line
-setenv('LD_LIBRARY_PATH','');
+setenv('LD_LIBRARY_PATH','/proj/ice/larour/issm/trunk/externalpackages/gdal/install/lib/');
 
 %Parse inputs
