SPH
main.cpp
Go to the documentation of this file.
1 #include "bench/Session.h"
2 
6 
7 int main(int argc, char* argv[]) {
8  Sph::Benchmark::Session::getInstance().run(argc, argv);
9  return 0;
10 }
Benchmark.
int main(int argc, char *argv[])
Definition: main.cpp:7