aboutsummaryrefslogtreecommitdiff
path: root/src/TMB/unmarked_TMBExports.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/TMB/unmarked_TMBExports.cpp')
-rw-r--r--src/TMB/unmarked_TMBExports.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/TMB/unmarked_TMBExports.cpp b/src/TMB/unmarked_TMBExports.cpp
index a8fdc7c..6755994 100644
--- a/src/TMB/unmarked_TMBExports.cpp
+++ b/src/TMB/unmarked_TMBExports.cpp
@@ -29,8 +29,6 @@ Type objective_function<Type>::operator() () {
return tmb_IDS(this);
} else if(model == "tmb_goccu"){
return tmb_goccu(this);
- } else {
- error("Unknown model.");
}
return 0;
}