Index: /issm/trunk-jpl/src/c/shared/FSanalyticals/fsanalyticals.cpp
===================================================================
--- /issm/trunk-jpl/src/c/shared/FSanalyticals/fsanalyticals.cpp	(revision 23040)
+++ /issm/trunk-jpl/src/c/shared/FSanalyticals/fsanalyticals.cpp	(revision 23041)
@@ -21,4 +21,6 @@
 #include "../shared.h"
 
+//#define GOCOMPILE 0
+#ifdef GOCOMPILE
 IssmDouble fx(IssmDouble x,IssmDouble y,IssmDouble z,int testid){ /*{{{*/ 
 	IssmDouble p=2;
@@ -213,3 +215,8 @@
 }
 /*}}}*/
-
+#else
+IssmDouble fx(IssmDouble x,IssmDouble y,IssmDouble z,int testid){_error_("recompile with GOCOMPILE defined in this file (uncomment line 23)");}
+IssmDouble fy(IssmDouble x,IssmDouble y,IssmDouble z,int testid){_error_("recompile with GOCOMPILE defined in this file (uncomment line 23)");}
+IssmDouble fz(IssmDouble x,IssmDouble y,IssmDouble z,int testid){_error_("recompile with GOCOMPILE defined in this file (uncomment line 23)");}
+IssmDouble alpha(IssmDouble x,IssmDouble y,IssmDouble z,int testid){_error_("recompile with GOCOMPILE defined in this file (uncomment line 23)");}
+#endif
