File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Fixed the loading of ARKStep's default first order explicit method.
15
15
Fixed a CMake bug regarding usage of missing "print_warning" macro
16
16
that was only triggered when the deprecated ``CUDA_ARCH `` option was used.
17
17
18
- Fixed a memory leak that could occur if if ARKodeSetDefaults is called
18
+ Fixed a memory leak that could occur if :c:func: ` ARKodeSetDefaults ` is called
19
19
repeatedly.
20
20
21
21
**Deprecation Notices **
Original file line number Diff line number Diff line change @@ -724,7 +724,6 @@ int arkStep_SetDefaults(ARKodeMem ark_mem)
724
724
return (ARK_MEM_FAIL );
725
725
}
726
726
}
727
- ark_mem -> hadapt_mem -> hcontroller = NULL ;
728
727
ark_mem -> hadapt_mem -> hcontroller = SUNAdaptController_PID (ark_mem -> sunctx );
729
728
if (ark_mem -> hadapt_mem -> hcontroller == NULL )
730
729
{
You can’t perform that action at this time.
0 commit comments