changeset 15504:312d544de165

make mapper names match enum values in octave_base_value class * ov-base.cc (octave_base_value::get_umap_name): Include "erfcx" in the list of mapper names.
author John W. Eaton <jwe@octave.org>
date Thu, 11 Oct 2012 12:59:49 -0400
parents 814c4b0d5c49
children dca1f2bcccf3
files libinterp/octave-value/ov-base.cc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/octave-value/ov-base.cc
+++ b/libinterp/octave-value/ov-base.cc
@@ -1193,6 +1193,7 @@
       "erfinv",
       "erfcinv",
       "erfc",
+      "erfcx",
       "exp",
       "expm1",
       "finite",