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
43
int
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.h
gphysics.h
gphysics_options.h
gphysics::defineOptions
GOptions defineOptions()
Defines the user-facing options for the gphysics module.
Definition
gphysics_options.cc:15
gphysics
Definition
gphysics_options.cc:9
main
int main(int argc, char *argv[])
examples
gphysics_example.cc
Generated by
1.10.0