Changeset 1535 for trunk/MagicSoft/Simulation/Detector/ReflectorII/parms.c
- Timestamp:
- 10/09/02 19:15:28 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/ReflectorII/parms.c
r1431 r1535 11 11 12 12 char axisdev_filename[256], reflectivity_filename[256]; 13 char geo_filename[256]; 13 14 14 15 /* Prototypes */ … … 82 83 if ((geofile=fopen(value_ptr, "r")) == NULL) 83 84 FatalError(GEOF_ERROR_FTL, value_ptr); 85 else 86 strcpy(geo_filename, value_ptr); 84 87 Message(GEOF_OPEN__MSG, value_ptr); 85 strcat(strcpy(ct_BinaryName, value_ptr), ".mirr");86 ct_BinaryData = fopen(ct_BinaryName, "r");87 88 break; 88 89 case axisdev_file:
Note:
See TracChangeset
for help on using the changeset viewer.