time-shift
Houtan Bastani 2015-10-13 17:21:32 +02:00
parent b4aa21f018
commit f0e94d6475
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}