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.