Ignore:
Timestamp:
01/21/03 15:02:35 (22 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/ReflectorII/parms.c

    r1614 r1722  
    1212char axisdev_filename[256], reflectivity_filename[256];
    1313char geo_filename[256];
     14char atmosphere[256]; /* atmospheric model */
    1415
    1516/*  Prototypes  */
     
    6768    extern FILE *geofile;       /*  geo file (init)     */
    6869    extern void SetVerbose(int vlevel); /*  from diag.c */
    69     extern void SetAtmModel(char *model); /*  from atm.c        */
    7070    extern int ParseLine(FILE *parfile, /*  FILE with parms     */
    7171                         const char *token_list[], /*  array w/tokens   */
     
    9494                break;
    9595              case atm_model:
    96                 SetAtmModel(value_ptr);
     96                strcpy(atmosphere, value_ptr);
    9797                break;
    9898              case verbose_level:
Note: See TracChangeset for help on using the changeset viewer.