Changeset 43
- Timestamp:
- 10/30/2008 10:47:14 PM (15 years ago)
- Location:
- SH_SHM/trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
SH_SHM/trunk/inputs/filter_lookup.txt
r40 r43 6 6 ! external filter lookup table (built-in table takes preference) 7 7 ! K. Stammler, 18-Dec-95 8 ASSE-BH-Z GRSN 9 ASSE-BH-N GRSN 10 ASSE-BH-E GRSN 11 ASSE-HH-Z GRSN 12 ASSE-HH-N GRSN 13 ASSE-HH-E GRSN 8 14 GRA5-BH-Z GRSN 9 15 GRA5-BH-N GRSN -
SH_SHM/trunk/inputs/sensitivities.txt
r35 r43 2 2 ! ================= 3 3 ! 4 ! $Revision: 2 0 $, $Date: 2008-02-01 17:54:31 +0100 (Fr, 01Feb 2008) $4 ! $Revision: 28 $, $Date: 2008-02-20 19:55:17 +0100 (Mi, 20 Feb 2008) $ 5 5 ! 6 6 ! Sensitivity file for data streams … … 19 19 20 20 arsa-bh-? ... ... 1.67 21 22 asse-bh-? 01-jul-2007_00:00 ... 1.58946 23 asse-hh-? 01-jul-2007_00:00 ... 1.58946 21 24 22 25 bfo-bh-? ... ... 1.67 -
SH_SHM/trunk/source/motif/cblib2.c
r16 r43 1247 1247 { 1248 1248 /* executable code */ 1249 1250 if (GpGetInt(cGpI_debug_level) > 3) 1251 printf( "SHM-dbg4: now set sensitivity: %d\n", !on ); 1249 1252 1250 1253 XtSetSensitive( w[k_widget_menu_main], !on ); -
SH_SHM/trunk/source/motif/cbutil.c
r17 r43 1623 1623 if (XtIsManaged(w)) XtUnmanageChild( w ); 1624 1624 1625 /*if (xstr_init) X tFree( (char *)xstr );*/1626 xstr = XmStringLtoRCreate( text, "");1625 /*if (xstr_init) XmStringFree( (char *)xstr );*/ 1626 xstr = XmStringLtoRCreate( text, XmSTRING_DEFAULT_CHARSET ); 1627 1627 xstr_init = TRUE; 1628 1628 … … 1670 1670 return; 1671 1671 } /*endif*/ 1672 1673 if (GpGetInt(cGpI_debug_level) > 3) 1674 printf( "SHM-dbg4: want to create error message: %s\n", str ); 1672 1675 1673 1676 cu_alert_message( cuv_alert_widget, str ); -
SH_SHM/trunk/source/motif/shm.c
r40 r43 3 3 * ===== 4 4 * 5 * $Revision: 2 5 $, $Date: 2008-02-06 20:01:11 +0100 (Mi, 06Feb 2008) $5 * $Revision: 28 $, $Date: 2008-02-20 19:55:17 +0100 (Mi, 20 Feb 2008) $ 6 6 * 7 7 * main module of shm … … 1480 1480 if (Severe(&status)) { 1481 1481 cl2_display_busy( xmv_w, FALSE ); 1482 if (GpGetInt(cGpI_debug_level) > 3) 1483 printf( "SHM-dbg4: read aborted, status %d\n", status ); 1482 1484 break; 1483 1485 } else if (mg_dsptrcs() == 0) { 1484 1486 status = CUE_NO_TRACES; 1485 1487 cl2_display_busy( xmv_w, FALSE ); 1488 if (GpGetInt(cGpI_debug_level) > 3) 1489 printf( "SHM-dbg4: no traces read, status %d\n", status ); 1486 1490 break; 1487 1491 } /*endif*/ … … 2006 2010 cu_get_param_values( xmv_w, xmv_cpar ); 2007 2011 cl3_set_theo_phases( xmv_w, &status ); 2008 if (Severe(&status)) break; 2012 if (Severe(&status)) { 2013 XtSetSensitive( xmv_w[k_widget_menu_main], TRUE ); 2014 break; 2015 } /*endif*/ 2009 2016 cu_theo_arrivals( xmv_w[k_widget_draw], xmv_w[k_widget_single_draw], 2010 2017 xmv_cpar, &status ); … … 2787 2794 /* XtSetSensitive( xmv_w[k_widget_main], TRUE ); */ 2788 2795 2796 if (GpGetInt(cGpI_debug_level) > 3) 2797 printf( "SHM-dbg4: end of xm_call_activate, status %d\n", status ); 2798 2789 2799 if (Severe(&status)) { 2800 if (GpGetInt(cGpI_debug_level) > 3) 2801 printf( "SHM-dbg4: call cu_alert\n" ); 2790 2802 cu_alert( status ); 2791 2803 /* printf( "*SHM: xm_call_activate: status %d\n", status ); */
Note: See TracChangeset
for help on using the changeset viewer.