From a055c90d6dec27bf785b98d21e191651d4423c22 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Wed, 5 May 2004 09:17:15 +0000 Subject: [PATCH] *** empty log message *** --- apps/metro/Metro/min_dist_point.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/metro/Metro/min_dist_point.h b/apps/metro/Metro/min_dist_point.h index 130ccdf9..f50a9ea8 100644 --- a/apps/metro/Metro/min_dist_point.h +++ b/apps/metro/Metro/min_dist_point.h @@ -65,7 +65,7 @@ void MinDistPoint( MESH & mesh, const Point3 & p, GRID & gr, SCALAR & md { typedef SCALAR scalar; typedef Point3 Point3x; - typedef Box3 Box3x; + typedef Box3 Box3x; if(!gr.bbox.IsIn(p)) return; typedef GridStaticObj::Link A2UGridLink;