view CITATION @ 27549:5189bfa8ad2a

eliminate unnecessary use of pointers * dialog.h, dialog.cc (QUIWidgetCreator::m_string_list, QUIWidgetCreator::m_list_index, QUIWidgetCreator::m_path_name): Use objects instead of pointers. Change all uses. (QUIWidgetCreator::~QUIWidgetCreator): Explicitly use default dtor. (QUIWidgetCreator::get_list_index, QUIWidgetCreator::get_string_list, QUIWidgetCreator::get_dialog_path): Return value, not const pointer. Change all uses.
author John W. Eaton <jwe@octave.org>
date Thu, 24 Oct 2019 01:15:50 -0400
parents 823b4bcf79fc
children 83c748eb9fbd
line wrap: on
line source

To cite GNU Octave in publications use:

  John W. Eaton, David Bateman, Søren Hauberg, Rik Wehbring (2019).
  GNU Octave version 5.1.0 manual: a high-level interactive language for
  numerical computations.
  URL https://www.gnu.org/software/octave/doc/v5.1.0/

A BibTeX entry for LaTeX users is:

  @manual{,
    title     = {{GNU Octave} version 5.1.0 manual: a high-level interactive language for numerical computations},
    author    = {John W. Eaton and David Bateman and S{\o}ren Hauberg and Rik Wehbring},
    year      = {2019},
    url       = {https://www.gnu.org/software/octave/doc/v5.1.0/},
  }

We have invested a lot of time and effort in creating GNU Octave, please
cite it when using it.  See also 'citation pkgname' for citing Octave
packages.