Index: /branches/eam_branches/ohana.20190329/src/dvomerge/include/dvomerge.h
===================================================================
--- /branches/eam_branches/ohana.20190329/src/dvomerge/include/dvomerge.h	(revision 40735)
+++ /branches/eam_branches/ohana.20190329/src/dvomerge/include/dvomerge.h	(revision 40736)
@@ -31,4 +31,5 @@
 int    IMAGES_ONLY;
 int    ACCEPT_MOTION;
+int    ACCEPT_ASTROM;
 char   CATDIR[DVO_MAX_PATH];
 char   GSCFILE[DVO_MAX_PATH];
Index: /branches/eam_branches/ohana.20190329/src/dvomerge/src/args.c
===================================================================
--- /branches/eam_branches/ohana.20190329/src/dvomerge/src/args.c	(revision 40735)
+++ /branches/eam_branches/ohana.20190329/src/dvomerge/src/args.c	(revision 40736)
@@ -107,5 +107,5 @@
   }
 
-  /* limit the impact of a dvomerge -parallel */
+  /* accept input database average astrometry motions */
   ACCEPT_MOTION = FALSE;
   if ((N = get_argument (*argc, argv, "-accept-motion"))) {
@@ -113,6 +113,5 @@
     ACCEPT_MOTION = TRUE;
   }
-
-  /* limit the impact of a dvomerge -parallel */
+  /* accept input database average astrometry information */
   ACCEPT_ASTROM = FALSE;
   if ((N = get_argument (*argc, argv, "-accept-astrom"))) {
@@ -331,5 +330,5 @@
   }
 
-  /* limit the impact of a dvomerge -parallel */
+  /* accept input database average astrometry motions */
   ACCEPT_MOTION = FALSE;
   if ((N = get_argument (*argc, argv, "-accept-motion"))) {
@@ -337,5 +336,5 @@
     ACCEPT_MOTION = TRUE;
   }
-  /* limit the impact of a dvomerge -parallel */
+  /* accept input database average astrometry information */
   ACCEPT_ASTROM = FALSE;
   if ((N = get_argument (*argc, argv, "-accept-astrom"))) {
Index: /branches/eam_branches/ohana.20190329/src/dvomerge/src/dvomergeUpdate_catalogs.c
===================================================================
--- /branches/eam_branches/ohana.20190329/src/dvomerge/src/dvomergeUpdate_catalogs.c	(revision 40735)
+++ /branches/eam_branches/ohana.20190329/src/dvomerge/src/dvomergeUpdate_catalogs.c	(revision 40736)
@@ -328,4 +328,5 @@
     if (FORCE_MERGE)         { strextend (&command, "-force-merge"); }
     if (ACCEPT_MOTION)       { strextend (&command, "-accept-motion"); }
+    if (ACCEPT_ASTROM)       { strextend (&command, "-accept-astrom"); }
     if (MATCHED_TABLES)      { strextend (&command, "-matched-tables"); }
     if (MATCH_BY_EXTERN_ID)  { strextend (&command, "-match-by-extern-id"); }
Index: /branches/eam_branches/ohana.20190329/src/dvomerge/src/merge_catalogs_old.c
===================================================================
--- /branches/eam_branches/ohana.20190329/src/dvomerge/src/merge_catalogs_old.c	(revision 40735)
+++ /branches/eam_branches/ohana.20190329/src/dvomerge/src/merge_catalogs_old.c	(revision 40736)
@@ -362,5 +362,5 @@
     }
 
-  XXX: add choice of secfilt
+    // XXX: add choice of secfilt
     // update the average properties to reflect the incoming entries:
     // if the original value is NAN but the input value is not, accept the input:
