Ignore:
Timestamp:
10/09/02 19:15:28 (22 years ago)
Author:
bigongia
Message:
Version 0.6. Changed output format: added run header, changed event header,
             added ascii parameter files attached at the end of every output
             file to keep all info.
File:
1 edited

Legend:

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

    r1431 r1535  
    1111
    1212char axisdev_filename[256], reflectivity_filename[256];
     13char geo_filename[256];
    1314
    1415/*  Prototypes  */
     
    8283                if ((geofile=fopen(value_ptr, "r")) == NULL)
    8384                  FatalError(GEOF_ERROR_FTL, value_ptr);
     85                else
     86                  strcpy(geo_filename, value_ptr);
    8487                Message(GEOF_OPEN__MSG, value_ptr);
    85                 strcat(strcpy(ct_BinaryName, value_ptr), ".mirr");
    86                 ct_BinaryData = fopen(ct_BinaryName, "r");
    8788                break;
    8889              case axisdev_file:
Note: See TracChangeset for help on using the changeset viewer.