gphysics
Loading...
Searching...
No Matches
gphysics_example.cc
Go to the documentation of this file.
1
23 // gphysics
24#include "gphysics.h"
25#include "gphysics_options.h"
26
27// goptions
28#include "goptions.h"
29
43int main(int argc, char* argv[]) {
44 auto gopts = std::make_shared<GOptions>(argc, argv, gphysics::defineOptions());
45
46 [[maybe_unused]] auto gphysics = std::make_shared<GPhysics>(gopts);
47
48 return EXIT_SUCCESS;
49}
GOptions defineOptions()
Defines the user-facing options for the gphysics module.
int main(int argc, char *argv[])