# HG changeset patch # User jwe # Date 832006132 0 # Node ID 90d5f2aabd4619b52d7a7cffea1c36cd000fbe7e # Parent 0bddc913621bcb0a8deeb7b4ff34ce1213df802c [project @ 1996-05-13 16:48:52 by jwe] diff -r 0bddc913621b -r 90d5f2aabd46 src/pt-fcn.cc --- a/src/pt-fcn.cc Mon May 13 16:37:23 1996 +0000 +++ b/src/pt-fcn.cc Mon May 13 16:48:52 1996 +0000 @@ -546,6 +546,11 @@ void symbols_of_pt_fcn (void) { + DEFVAR (default_return_value, Matrix (), 0, 0, + "the default for value for unitialized variables returned from\n\ +functions. Only used if the variable initialize_return_values is\n\ +set to \"true\"."); + DEFVAR (define_all_return_values, 0.0, 0, define_all_return_values, "control whether values returned from functions should have a\n\ value even if one has not been explicitly assigned. See also\n\