- Timestamp:
- 11/03/11 20:55:03 (7 months ago)
- Files:
-
- 1 modified
-
trunk/xlib/samples/PowderN.comp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xlib/samples/PowderN.comp
r3201 r3203 258 258 259 259 if (!ABS_file || !strlen(ABS_file) || !strcmp(ABS_file, "NULL")) { 260 fprintf(stderr,"Warning: material file (%s) not found , will proceed without absorption\n",ABS_file);260 fprintf(stderr,"Warning: material file (%s) not found.\n",ABS_file); 261 261 *abs=calloc(2,sizeof(struct abs_data)); 262 262 (*abs)[1].E=-1; … … 634 634 } 635 635 if (!read_abs_data(material,&a_info)){ 636 637 exit(fprintf(stderr,"PowderN: %s Error reading absorption data from file %s\n",NAME_CURRENT_COMP,material)); 636 fprintf(stderr,"PowderN: %s Error reading absorption data from file %s - will proceed without absorption.\n",NAME_CURRENT_COMP,material); 638 637 } 639 638 // if (line_info.V_0) {
