# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1272312751 18000 # Node ID 239ae45e615dcccb2cc2ae1fcc37f3bc159709cc # Parent afc0c104df3511ad71a5bdc8c318ec0126aa270a Fix a variable name diff --git a/src/interpolator.cpp b/src/interpolator.cpp --- 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__); }