- Timestamp:
- 05/04/19 08:22:42 (6 years ago)
- Location:
- branches/2925_AutoDiffForDynamicalModels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2925_AutoDiffForDynamicalModels
- Property svn:mergeinfo changed
-
branches/2925_AutoDiffForDynamicalModels/HeuristicLab.Scripting/3.3/Scripts/Templates/CSharpScriptTemplate.cs
r16662 r16892 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.