Skip to content
Snippets Groups Projects
Commit ca44a87a authored by Houtan Bastani's avatar Houtan Bastani
Browse files

fix typo

parent 863e13db
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,7 @@ PriorPosteriorFunctionStatement::checkPass(ModFileStructure &mod_file_struct, Wa
OptionsList::string_options_t::const_iterator it2 = options_list.string_options.find("function");
if (it2 == options_list.string_options.end() || it2->second.empty())
{
cerr << "ERROR: prior_posterior_function requires the function argument" << endl;
cerr << "ERROR: prior_posterior_function requires the 'function' argument" << endl;
exit(EXIT_FAILURE);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment