lennard jones force
[physik/posic.git] / math / math.c
index 9217c88..6488248 100644 (file)
@@ -76,7 +76,7 @@ double v3_norm(t_3dvec *a) {
        return(sqrt(v3_absolute_square(a)));
 }
 
-int v3_per_bounds(t_3dvec *a,t_3dvec *dim) {
+int v3_per_bound(t_3dvec *a,t_3dvec *dim) {
 
        double x,y,z;