Go to the source code of this file.
|
| int | main (int argc, char const *argv[]) |
| |
◆ main()
| int main |
( |
int |
argc, |
|
|
char const * |
argv[] |
|
) |
| |
Definition at line 4 of file GetPenaltyTerm.cpp.
5 MACH3LOG_WARN(
"Deprecation Warning: Use of the standalone executable will be deprecated in future releases.");
6 MACH3LOG_WARN(
" : you can use 'mach3 penterm' as a direct replacement instead.");
10 parser->parse_args(argc, argv);
12 MACH3LOG_WARN(
"Deprecation Warning: Use of the standalone executable will be deprecated in future releases.");
13 MACH3LOG_WARN(
" : you can use 'mach3 penterm' as a direct replacement instead.");
Module for extracting specific penalty terms from MCMC chains.
MaCh3ArgumentParser * get_parser() override
Get the argument parser for this module.
int Run() override
Execute the penalty term extraction.