Index: trunk/tools/dvodb_calib/SAS40calib/run.relphot
===================================================================
--- trunk/tools/dvodb_calib/SAS40calib/run.relphot	(revision 39137)
+++ trunk/tools/dvodb_calib/SAS40calib/run.relphot	(revision 39216)
@@ -1,13 +1,10 @@
 #!/bin/csh -f
 
-#if ($#argv !=1) then
-#    echo "usage: run.relphot (catdir)"
-#    exit 2
-#endif
+if ($#argv != 1) then
+  echo "usage: run.relphot (catdir)"
+  exit 2
+endif
 
 set catdir = $argv[1]
-
-
-
 
 # run relphot -images 
@@ -42,3 +39,2 @@
        relphot $options
 #endif
-
