changeset 56:239ae45e615d

Fix a variable name
author Jordi Gutiérrez Hermoso <jordigh@gmail.com>
date Mon, 26 Apr 2010 15:12:31 -0500
parents afc0c104df35
children 3b19e979df45
files src/interpolator.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/interpolator.cpp
+++ b/src/interpolator.cpp
@@ -607,7 +607,7 @@
   {
     throw not_initted(__LINE__, __FILE__);
   }
-  if(!precomputed)
+  if(!ev_precomp)
   {
     throw not_precomputed(__LINE__, __FILE__);
   }