- Timestamp:
- 07/29/08 18:17:03 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.StructureIdentification/StructIdProblemInjectorView.cs
r397 r404 81 81 } catch(DataFormatException ex) { 82 82 ShowWarningMessageBox(ex); 83 // not possible to parse strictly => try to parse non-strict 83 // not possible to parse strictly => clear and try to parse non-strict 84 parser.Reset(); 84 85 parser.Import(openFileDialog.FileName, false); 85 86 success = true;
Note: See TracChangeset
for help on using the changeset viewer.