[us-commits] r2836 - trunk/programs/us_xpn_viewer

svn at svn.aucsolutions.com svn at svn.aucsolutions.com
Wed Sep 25 17:09:25 MDT 2019


Author: alexey
Date: 2019-09-25 23:09:24 +0000 (Wed, 25 Sep 2019)
New Revision: 2836

Modified:
   trunk/programs/us_xpn_viewer/us_xpn_viewer_gui.cpp
Log:
In autoflow, removed correction of the runID - wouldn't work anyway. Beckman inout required to prohibit manual re-launching same protocol form Optima panel ()bypassing the program



Modified: trunk/programs/us_xpn_viewer/us_xpn_viewer_gui.cpp
===================================================================
--- trunk/programs/us_xpn_viewer/us_xpn_viewer_gui.cpp	2019-09-25 13:31:51 UTC (rev 2835)
+++ trunk/programs/us_xpn_viewer/us_xpn_viewer_gui.cpp	2019-09-25 23:09:24 UTC (rev 2836)
@@ -1596,15 +1596,15 @@
       //msg_data_avail->close();
       //ok_msg_data->click();
 
-      //ALEXEY: make sure ExpID is coupled to the RunID which is already in the autoflow DB
-      if ( runID_passed != "NULL" )
-	{
-	  if ( runID_passed.toInt() != RunID_to_retrieve.toInt() )
-	    {
-	      RunID_to_retrieve = runID_passed;
-	      qDebug() << "Correcting RunID to : " << RunID_to_retrieve;
-	    }
-	}
+      // //ALEXEY: make sure ExpID is coupled to the RunID which is already in the autoflow DB
+      // if ( runID_passed != "NULL" )
+      // 	{
+      // 	  if ( runID_passed.toInt() != RunID_to_retrieve.toInt() )
+      // 	    {
+      // 	      RunID_to_retrieve = runID_passed;
+      // 	      qDebug() << "Correcting RunID to : " << RunID_to_retrieve;
+      // 	    }
+      // 	}
             
       //ALEXEY: need to update 'autoflow' table with the unique RunID_to_retrieve && Start Run Time fields !!!
       //Conditional:  Do it ONLY once !!! 



More information about the us-commits mailing list