Changeset 96 for SH_SHM/trunk/util


Ignore:
Timestamp:
02/10/2009 01:44:40 PM (14 years ago)
Author:
marcus
Message:

r77 | svn | 2009-02-06 11:37:33 +0100 (Fr, 06 Feb 2009) | 1 line

statinf now reads parameter file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SH_SHM/trunk/util/statinf.c

    r16 r96  
    4343#include "cpar.h" 
    4444#include "glusrdef.h" 
     45#include "globalparams.h" 
    4546 
    4647 
     
    7071        } /*endif*/ 
    7172 
     73    GpReadParfile(); 
     74 
    7275        strcpy( station, pa_pvalue(1) ); 
    7376        slth = strlen( station ); 
     
    8083        } /*endif*/ 
    8184        /* station location file */ 
     85    /* 
    8286        strcpy( str, inputs ); 
    8387        strcat( str, "/" ); 
    8488        strcat( str, "STATINF.DAT" ); 
    8589        gl_locfile_name( str ); 
     90    */ 
    8691 
    8792        status = cBcNoError; 
Note: See TracChangeset for help on using the changeset viewer.