![]() |
MaCh3
2.6.1
Reference Guide
|
Main entry point for the MaCh3 command-line interface. More...
#include "CLI/Modules/ProcessMCMCModule.hpp"#include "CLI/Modules/DiagMCMCModule.hpp"#include "CLI/Modules/GetPenaltyTermModule.hpp"#include "CLI/MaCh3Program.hpp"Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| Main entry point for the MaCh3 application. More... | |
Main entry point for the MaCh3 command-line interface.
This file contains the main function that initializes the MaCh3 program, registers core modules, loads dynamic plugins, and processes command-line arguments.
Definition in file mach3.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Main entry point for the MaCh3 application.
Initializes the MaCh3 program with core modules and dynamic plugins, parses command-line arguments, and executes the selected subcommand.
| argc | Number of command-line arguments |
| argv | Array of command-line argument strings |
Definition at line 20 of file mach3.cpp.