diff --git a/API/RATMain.m b/API/RATMain.m index 7423150bc..210989542 100644 --- a/API/RATMain.m +++ b/API/RATMain.m @@ -36,7 +36,7 @@ [problemStruct,result,bayesResults] = runDREAM(problemStruct,problemCells,problemLimits,controls,priors); otherwise throw(exceptions.invalidOption(sprintf('procedure must be a procedures enum or one of the following strings (%s)', ... - strjoin(procedures.values(), ', ')))); + strjoin(coderEnums.procedures.values(), ', ')))); end % Then just do a final calculation to fill in SLD if necessary