Changeset 16253 for branches/2925_AutoDiffForDynamicalModels/HeuristicLab.Problems.DynamicalSystemsModelling/3.3/CVODES.cs
- Timestamp:
- 10/24/18 18:16:43 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2925_AutoDiffForDynamicalModels/HeuristicLab.Problems.DynamicalSystemsModelling/3.3/CVODES.cs
r16251 r16253 364 364 [DllImport("sundials_cvodes.dll", EntryPoint = "CVodeFree", ExactSpelling = true, CallingConvention = CallingConvention.Cdecl)] 365 365 366 public static extern int CVodeFree( IntPtr cvode_mem);366 public static extern int CVodeFree(ref IntPtr cvode_mem); 367 367 368 368 #region matrix
Note: See TracChangeset
for help on using the changeset viewer.