Changeset 160


Ignore:
Timestamp:
10/13/2009 03:09:52 PM (14 years ago)
Author:
marcus
Message:

r94 | svn | 2009-10-06 22:36:37 +0200 (Di, 06 Okt 2009) | 1 line

channel ldau-hh instead of ldau-dh; added legal tap codes in gcf

Location:
SH_SHM/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • SH_SHM/trunk/inputs/LocalSensitivities.dat

    r159 r160  
    6363 
    6464ldau-dh-?   ...                ...                 1.0593 
     65ldau-hh-?   ...                ...                 1.0593 
    6566ldau-bh-?   ...                ...                 1.0593 
    6667 
  • SH_SHM/trunk/source/gcf/gcflib.c

    r16 r160  
    2222#include "../seed_io/seed_lib.h" 
    2323 
    24 #define GcfMAXTAP 10 
     24#define GcfMAXTAP 20 
    2525#define DEFAULT_BLKLTH 1024 
    2626#define ROOTDIR "$ROOT" 
     
    3737/* default list for translation of tap numbers into channel names: */ 
    3838static char gcfv_tapcode[GcfMAXTAP][GcfCHAN_LENGTH+1] = { 
    39         "HH", "HH", "HH", "BH", "BH", "BH", "LH", "LH", "LH", "UH" 
     39        "HH", "HH", "HH", "BH", "BH", "BH", "LH", "LH", "LH", "UH", 
     40        "VH", "X1", "X2", "X3", "X4", "X5", "X6", "X7", "X8", "X9" 
    4041}; 
    4142 
Note: See TracChangeset for help on using the changeset viewer.