Changeset 5398
- Timestamp:
- 01/31/11 09:02:54 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Core/3.3/Engine.cs
r5240 r5398 53 53 protected Engine(Engine original, Cloner cloner) 54 54 : base(original, cloner) { 55 if (original.ExecutionState == ExecutionState.Started) throw new InvalidOperationException(string.Format("Clone not allowed in execution state \"{0}\".", ExecutionState));56 55 log = cloner.Clone(original.log); 57 56 executionStack = new Stack<IOperation>();
Note: See TracChangeset
for help on using the changeset viewer.