Skip to content
Snippets Groups Projects
Commit 19a31401 authored by Carlos Mastalli's avatar Carlos Mastalli
Browse files

[cleanup] Formatted code

parent 8deb53cb
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
int main() { int main() {
bool CALLBACKS = false; bool CALLBACKS = false;
unsigned int N = 200; // number of nodes unsigned int N = 200; // number of nodes
unsigned int T = 5e3; // number of trials unsigned int T = 5e3; // number of trials
unsigned int MAXITER = 1; unsigned int MAXITER = 1;
using namespace crocoddyl; using namespace crocoddyl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment