| # | Line 6 | Line 6 | |
|---|---|---|
| 6 | * 1 Avenue Eugene Freyssinet, Saint-Quentin-Yvelines, France | |
| 7 | */ | |
| 8 | ||
| 9 | + | #define _USE_MATH_DEFINES |
| 10 | #include <stdio.h> | |
| 11 | #include <string.h> | |
| 12 | #include <math.h> | |
| # | Line 16 | Line 17 | |
| 17 | #include "paths.h" | |
| 18 | ||
| 19 | #define DOT(v1,v2) (v1[0]*v2[0]+v1[1]*v2[1]+v1[2]*v2[2]) | |
| 19 | – | #define _USE_MATH_DEFINES |
| 20 | ||
| 21 | double normsc(); | |
| 22 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |