Ignore:
Timestamp:
03/10/2011 09:06:37 AM (13 years ago)
Author:
marcus
Message:

r181 | walther | 2011-03-10 09:06:09 +0100 (Do, 10 Mär 2011) | 1 line

Raising maximum integer list length in order to allow processing of large Q-file datasets.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SH_SHM/trunk/source/shconst.h

    r341 r342  
    33 *      ========= 
    44 * 
    5  * $Revision: 180 $, $Date: 2011-03-09 16:27:03 +0100 (Mi, 09 MÀr 2011) $ 
     5 * $Revision: 181 $, $Date: 2011-03-10 09:06:09 +0100 (Do, 10 MÀr 2011) $ 
    66 * 
    77 * constants of seismhandler program 
     
    7272#define SHC_SYMLOC 0 
    7373        /* local symbol set number */ 
    74 #define SHC_ILISTLTH 650 
     74#define SHC_ILISTLTH 65000 
    7575        /* max length of integer lists */ 
    7676#define SHC_CRSR '*' 
Note: See TracChangeset for help on using the changeset viewer.