Skip to content

Commit

Permalink
remove include
Browse files Browse the repository at this point in the history
  • Loading branch information
mkapur-noaa committed Dec 12, 2024
1 parent d2a6354 commit 91c1650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sptlVB_Sel_Sigma.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#define TMB_LIB_INIT R_init_growthbreaks
// 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.
#include <TMB.hpp>
// #include <TMB.hpp> // per https://github.com/mlysy/TMBtools this shouldn't be here
template <class Type> Type selex(Type x){return 1/(1+exp( 52.976 - x)) ;}


Expand Down

0 comments on commit 91c1650

Please sign in to comment.