Changeset 13338 for branches/RefactorPluginInfrastructure-2522/HeuristicLab.Problems.TravelingSalesman/3.3
- Timestamp:
- 11/23/15 16:14:30 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/RefactorPluginInfrastructure-2522/HeuristicLab.Problems.TravelingSalesman/3.3/TravelingSalesmanProblem.cs
r13173 r13338 272 272 error += Environment.NewLine + "Please review that the " + DistanceMatrixParameter.Name + " parameter is defined or choose another evaluator."; 273 273 else error += Environment.NewLine + "Please review that the " + CoordinatesParameter.Name + " parameter is defined or choose another evaluator."; 274 PluginInfrastructure.ErrorHandling.ShowErrorDialog(error, null);274 throw new ArgumentOutOfRangeException(error); 275 275 } 276 276 SolutionCreator.LengthParameter.Hidden = SolutionCreator.LengthParameter.Value != null;
Note: See TracChangeset
for help on using the changeset viewer.