summaryrefslogtreecommitdiff
path: root/src/common/geom.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/geom.c')
-rw-r--r--src/common/geom.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/common/geom.c b/src/common/geom.c
index f903fe8..65c0f4c 100644
--- a/src/common/geom.c
+++ b/src/common/geom.c
@@ -2,6 +2,13 @@
2#include <math.h> 2#include <math.h>
3#include "morpher/matrix.h" 3#include "morpher/matrix.h"
4 4
5/**
6 * File: geom.c
7 *
8 * Author:
9 * Pacien TRAN-GIRARD
10 */
11
5static inline IntVector int_round(RealVector x) { 12static inline IntVector int_round(RealVector x) {
6 return (IntVector) round(x); 13 return (IntVector) round(x);
7} 14}