Index: /issm/trunk-jpl/src/c/Makefile.am
===================================================================
--- /issm/trunk-jpl/src/c/Makefile.am	(revision 20404)
+++ /issm/trunk-jpl/src/c/Makefile.am	(revision 20405)
@@ -268,5 +268,5 @@
 #DAKOTA sources  {{{
 if DAKOTA
-issm_sources +=       ./classes/Dakota/IssmDirectApplicInterface.h\
+issm_sources +=  ./classes/Dakota/IssmDirectApplicInterface.h\
 					  ./classes/Dakota/IssmParallelDirectApplicInterface.cpp\
 					  ./modules/InputUpdateFromDakotax/InputUpdateFromDakotax.cpp\
Index: /issm/trunk-jpl/src/c/shared/Numerics/constants.h
===================================================================
--- /issm/trunk-jpl/src/c/shared/Numerics/constants.h	(revision 20404)
+++ /issm/trunk-jpl/src/c/shared/Numerics/constants.h	(revision 20405)
@@ -17,23 +17,20 @@
 #define NDOF4 4
 
-#define DIM2 2
-#define DIM3 3
-
-/*Windows specific typefefs: */
-#ifdef _INTEL_WIN_
-
-#ifndef NAN
-//For reference, for Intel compile on win64
-//#define NAN 0.0/0.0 
-#define NAN (INFINITY-INFINITY)
-#endif
-
-#ifndef INFINITY
-//For reference, for Intel compile on win64
-//#define INFINITY 1.0/0.0
-#define INFINITY (DBL_MAX+DBL_MAX)
-#endif
-
-#endif /*_INTEL_WIN_*/
+// /*Windows specific typefefs: */
+// #ifdef _INTEL_WIN_
+// 
+// #ifndef NAN
+// //For reference, for Intel compile on win64
+// //#define NAN 0.0/0.0 
+// #define NAN (INFINITY-INFINITY)
+// #endif
+// 
+// #ifndef INFINITY
+// //For reference, for Intel compile on win64
+// //#define INFINITY 1.0/0.0
+// #define INFINITY (DBL_MAX+DBL_MAX)
+// #endif
+// 
+// #endif /*_INTEL_WIN_*/
 
 #endif /*_ISSM_CONSTANTS_H_*/
