[cig-commits] r9283 - cs/benchmark/cigma/trunk/src

luis at geodynamics.org luis at geodynamics.org
Wed Feb 13 01:50:56 PST 2008


Author: luis
Date: 2008-02-13 01:50:55 -0800 (Wed, 13 Feb 2008)
New Revision: 9283

Modified:
   cs/benchmark/cigma/trunk/src/AnnLocator.h
Log:
Typo fix


Modified: cs/benchmark/cigma/trunk/src/AnnLocator.h
===================================================================
--- cs/benchmark/cigma/trunk/src/AnnLocator.h	2008-02-13 01:23:51 UTC (rev 9282)
+++ cs/benchmark/cigma/trunk/src/AnnLocator.h	2008-02-13 09:50:55 UTC (rev 9283)
@@ -39,7 +39,7 @@
 public:
     ANNpoint queryPoint;    // query point for search()
     ANNidxArray nnIdx;      // near neighbor indices
-    ANNdistArray nnDists;   // near neighbord distances
+    ANNdistArray nnDists;   // near neighbor distances
 
 };
 



More information about the cig-commits mailing list