- Timestamp:
- 06/20/11 14:16:53 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.HiveEngine/3.4/HiveEngine.cs
r6444 r6452 94 94 #region constructors and cloning 95 95 public HiveEngine() { 96 ResourceNames = "HEAL";97 Priority = 0;96 this.ResourceNames = "HEAL"; 97 this.Priority = 0; 98 98 this.log = new ThreadSafeLog(this.log); 99 99 }
Note: See TracChangeset
for help on using the changeset viewer.