# HG changeset patch # User John W. Eaton # Date 1349974789 14400 # Node ID 312d544de1650eb219bf25310d825f0ff4914133 # Parent 814c4b0d5c4908443c2b857d7e78518706477f98 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. diff --git a/libinterp/octave-value/ov-base.cc b/libinterp/octave-value/ov-base.cc --- 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",