From 052a1651c50d54650a643050df555064806dacd0 Mon Sep 17 00:00:00 2001 From: Maia Kapur <39382798+mkapur-noaa@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:42:02 -0800 Subject: [PATCH] rm include --- src/TMB/sptlVB_Sel_Sigma.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/TMB/sptlVB_Sel_Sigma.cpp b/src/TMB/sptlVB_Sel_Sigma.cpp index 3565729..0b8cd0a 100644 --- a/src/TMB/sptlVB_Sel_Sigma.cpp +++ b/src/TMB/sptlVB_Sel_Sigma.cpp @@ -1,5 +1,4 @@ #define TMB_LIB_INIT R_init_growthbreaks -#include #include // https://kaskr.github.io/adcomp/register_atomic_8cpp-example.html#a3 // Similar to example 'adaptive_integration' using CppAD Romberg integration. REGISTER_ATOMIC is used to reduce tape size.