Index: /branches/eam_branches/ipp-20140904/Ohana/src/relastro/src/initialize.c
===================================================================
--- /branches/eam_branches/ipp-20140904/Ohana/src/relastro/src/initialize.c	(revision 37660)
+++ /branches/eam_branches/ipp-20140904/Ohana/src/relastro/src/initialize.c	(revision 37661)
@@ -63,4 +63,10 @@
   initstats (STATMODE);
 
+  if (USE_ICRF_CORRECT) {
+    if (!USE_ICRF_LOCAL && !USE_ICRF_SHFIT) {
+      fprintf (stderr, "no ICRF correction method chosen\n");
+      exit (2);
+    }
+  }
   if (USE_ICRF_CORRECT) ICRFinit();
 
