From 9ad181a5d0d77ae0f4b9e368bc74a32714e300f6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 24 Jan 2021 16:07:36 +1100 Subject: Cleanup: email address formatting Match git style email addresses, ignored by the spell checker. --- source/blender/blenlib/intern/math_geom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/blenlib/intern/math_geom.c') diff --git a/source/blender/blenlib/intern/math_geom.c b/source/blender/blenlib/intern/math_geom.c index 07fabcd775e..0873dece864 100644 --- a/source/blender/blenlib/intern/math_geom.c +++ b/source/blender/blenlib/intern/math_geom.c @@ -1438,12 +1438,12 @@ int isect_line_sphere_v3(const float l1[3], /* adapted for use in blender by Campbell Barton - 2011 * * atelier iebele abel - 2001 - * atelier@iebele.nl + * * http://www.iebele.nl * * sphere_line_intersection function adapted from: * http://astronomy.swin.edu.au/pbourke/geometry/sphereline - * Paul Bourke pbourke@swin.edu.au + * Paul Bourke */ const float ldir[3] = { -- cgit v1.2.3