Changeset 188


Ignore:
Timestamp:
01/27/2010 09:32:14 AM (13 years ago)
Author:
marcus
Message:

r109 | svn | 2010-01-25 21:06:08 +0100 (Mo, 25 Jan 2010) | 1 line

fixed bug: initialisation of resid-array in cu_localization

File:
1 edited

Legend:

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

    r83 r188  
    33 *      ======== 
    44 * 
    5  * $Revision: 65 $, $Date: 2008-11-22 11:54:07 +0100 (Sa, 22 Nov 2008) $ 
     5 * $Revision: 109 $, $Date: 2010-01-25 21:06:08 +0100 (Mo, 25 Jan 2010) $ 
    66 * 
    77 * utility routines for callbacks 
     
    775775                strncpy( code+codepos, station, CODELTH ); 
    776776                codepos += CODELTH+1; 
     777                resid[t] = 0.0; 
    777778                /* check for phase onset on BEAM if reference station is CENTRE */ 
    778779                if  (strcmp(station,"BEAM") == 0 || strcmp(station,"ALIGN") == 0)  { 
Note: See TracChangeset for help on using the changeset viewer.