Index: /branches/eam_branches/ipp-20140904/Ohana/src/relastro/include/relastro.h
===================================================================
--- /branches/eam_branches/ipp-20140904/Ohana/src/relastro/include/relastro.h	(revision 37497)
+++ /branches/eam_branches/ipp-20140904/Ohana/src/relastro/include/relastro.h	(revision 37498)
@@ -188,4 +188,5 @@
 
 int    USE_FIXED_PIXCOORDS;
+int    USE_GAL_MODEL;
 
 int    RESET;
Index: /branches/eam_branches/ipp-20140904/Ohana/src/relastro/src/ConfigInit.c
===================================================================
--- /branches/eam_branches/ipp-20140904/Ohana/src/relastro/src/ConfigInit.c	(revision 37497)
+++ /branches/eam_branches/ipp-20140904/Ohana/src/relastro/src/ConfigInit.c	(revision 37498)
@@ -36,4 +36,5 @@
 
   if (!ScanConfig (config, "USE_FIXED_PIXCOORDS", "%d", 0, &USE_FIXED_PIXCOORDS))  USE_FIXED_PIXCOORDS = FALSE;
+  if (!ScanConfig (config, "USE_GAL_MODEL",       "%d", 0, &USE_GAL_MODEL))        USE_GAL_MODEL = FALSE;
 
   // force CATDIR to be absolute (so parallel mode will work)
