From 6f8bc21c4a46f30ae1eeac0255f310666e4c67cb Mon Sep 17 00:00:00 2001 From: kchristin Date: Thu, 12 Sep 2024 17:42:35 +0300 Subject: [PATCH] Add test cases of issues 710 and 851 --- include/clad/Differentiator/Differentiator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clad/Differentiator/Differentiator.h b/include/clad/Differentiator/Differentiator.h index 26e03f457..2518dcd91 100644 --- a/include/clad/Differentiator/Differentiator.h +++ b/include/clad/Differentiator/Differentiator.h @@ -589,7 +589,7 @@ CUDA_HOST_DEVICE T push(tape& to, ArgsT... val) { // Gradient Structure for Reverse Mode Enzyme template struct EnzymeGradient { double d_arr[N]; }; - } // namespace clad + } // namespace clad #endif // CLAD_DIFFERENTIATOR // Enable clad after the header was included.