You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SS_readcontrol_330.tpl
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2230,6 +2230,17 @@
2230
2230
2231
2231
init_int do_recdev // 0=none; 1=devvector; 2=simple deviations; 3=dev from R0
2232
2232
!!echoinput<<do_recdev<<" do_recdev"<<endl;
2233
+
// check for use of devvector with MCMC
2234
+
LOCAL_CALCS
2235
+
// clang-format on
2236
+
if (do_recdev == 1 & mcmcFlag == 1)
2237
+
{
2238
+
warnstream <<"do_recdev option 1=devvector should not be used with MCMC, recommend option 2=simple deviations. For more detail see https://github.com/admb-project/admb/issues/107.";
0 commit comments