- Timestamp:
- 04/01/19 19:21:36 (6 years ago)
- Location:
- branches/2994-AutoDiffForIntervals
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2994-AutoDiffForIntervals
- Property svn:mergeinfo changed
/trunk merged: 16681,16700-16704,16706-16707,16716,16729,16737
- Property svn:mergeinfo changed
-
branches/2994-AutoDiffForIntervals/HeuristicLab.Scripting/3.3/Scripts/Templates/CSharpScriptTemplate.cs
r16565 r16739 6 6 // use 'variables' to work with IEnumerable<T> extension methods on the script's variable store 7 7 8 using System; 9 using System.Linq; 10 using System.Collections.Generic; 8 11 12 using HeuristicLab.Core; 13 using HeuristicLab.Common; 9 14 //using HeuristicLab.Collections; 10 15 //using HeuristicLab.Data;
Note: See TracChangeset
for help on using the changeset viewer.