Skip to content
Snippets Groups Projects
Commit 941fc407 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

cleanup

parent bc60f3c8
No related branches found
No related tags found
No related merge requests found
...@@ -7,10 +7,10 @@ ...@@ -7,10 +7,10 @@
#define _NUMERIC_H_ #define _NUMERIC_H_
#include <math.h> #include <math.h>
#include <vector>
#include "fullMatrix.h" #include "fullMatrix.h"
#include "SPoint3.h" #include "SPoint3.h"
#include "SVector3.h" #include "SVector3.h"
#include <vector>
#define myhypot(a,b) (sqrt((a)*(a)+(b)*(b))) #define myhypot(a,b) (sqrt((a)*(a)+(b)*(b)))
#define sign(x) (((x)>=0)?1:-1) #define sign(x) (((x)>=0)?1:-1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment