aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorAlex Auvolat <alex.auvolat@ens.fr>2015-01-08 15:27:47 +0100
committerAlex Auvolat <alex.auvolat@ens.fr>2015-01-08 15:27:47 +0100
commitad4173e1c2bb55d2cce827067dfd132e8a6a7ac4 (patch)
tree1b4a82070cb0cdd1edce00865fc0dcf70e722aeb /main.cpp
parent045c846407d945f0822b059622c68387a6b8c61d (diff)
downloadRobotique-Projet-ad4173e1c2bb55d2cce827067dfd132e8a6a7ac4.tar.gz
Robotique-Projet-ad4173e1c2bb55d2cce827067dfd132e8a6a7ac4.zip
Add geometry functions & various modifications.
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index b5a4386..31616fa 100644
--- a/main.cpp
+++ b/main.cpp
@@ -1,6 +1,7 @@
#include <stdio.h>
#include "geom.hpp"
+#include "problem.hpp"
int main() {
printf("%.10f\n", M_PI);