Ignore:
Timestamp:
01/25/2011 10:19:02 AM (12 years ago)
Author:
marcus
Message:

r151 | klaus | 2011-01-21 10:02:56 +0100 (Fr, 21 Jan 2011) | 1 line

do not read magnitudes from auto evt files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SH_SHM/trunk/source/motif/shm.c

    r195 r309  
    33 *      ===== 
    44 * 
    5  * $Revision: 113 $, $Date: 2010-03-05 19:28:01 +0100 (Fr, 05 MÀr 2010) $ 
     5 * $Revision: 151 $, $Date: 2011-01-21 10:02:56 +0100 (Fr, 21 Jan 2011) $ 
    66 * 
    77 * main module of shm 
     
    829829                                printf( "SHM-dbg1: load evt %s\n", autoexec ); 
    830830                        status = cBcNoError; 
    831                         cl3_restore_from_evt( autoexec, xmv_cpar, NULL, &status ); 
     831                        cl3_restore_from_evt( autoexec, xmv_cpar, NULL, FALSE, &status ); 
    832832                        mg_tracedisplay( xmv_w[k_widget_draw], &xmv_dspctrl, &status ); 
    833833                } /*endif*/ 
     
    15751575                                /*cu_delete_all_phases( xmv_w[k_widget_draw], 
    15761576                                        xmv_w[k_widget_single_draw], "*", TRUE );*/ 
    1577                                 cl3_restore_from_evt( autoevt, xmv_cpar, &eventid, &status ); 
     1577                                cl3_restore_from_evt( autoevt, xmv_cpar, &eventid, TRUE, 
     1578                                        &status ); 
    15781579                                if  (Severe(&status))  { 
    15791580                                        cu_alert( status ); 
     
    47364737                xmv_par.evid = i; 
    47374738        } else if  (mode == CLC_PATH_EVT)  { 
    4738                 cl3_restore_from_evt( selfile, xmv_cpar, &eventid, &status ); 
     4739                cl3_restore_from_evt( selfile, xmv_cpar, &eventid, FALSE, &status ); 
    47394740                if  (GpGetBoolean(cGpB_recover_evid))  xmv_par.evid = eventid; 
    47404741                if  (Severe(&status))  { 
Note: See TracChangeset for help on using the changeset viewer.