\brief Main-function * \relates CartesianHeart */
| 106 | * \relates CartesianHeart |
| 107 | */ |
| 108 | int main(int argc, char* argv[]) { |
| 109 | Options opt("CartesianHeart"); |
| 110 | opt.solutions(0); |
| 111 | opt.step(0.01); |
| 112 | opt.parse(argc,argv); |
| 113 | Script::run<CartesianHeart,BAB,Options>(opt); |
| 114 | return 0; |
| 115 | } |
| 116 | |
| 117 | // STATISTICS: example-any |