Commit f8113ae0 authored by Kaitlyn Lee's avatar Kaitlyn Lee
Browse files

Added reference to cmake ticket in history entry.

parent b6b6661c
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -53,8 +53,8 @@ namespace Isis {
   *  @history 2008-01-28 Steven Lambright - Added more support for the
   *                          power operator
   *  @history 2008-03-28 Steven Lambright - Condensed math methods to
   *           just call PerformOperation(...). Converted valarray's to vectors
   *           (in order to use iterators)
   *                          just call PerformOperation(...). Converted 
   *                          valarray's to vectors (in order to use iterators).
   *  @history 2008-06-18 Christopher Austin - Added as well as fixed
   *                          documentation
   *  @history 2010-02-23 Steven Lambright - Added Minimum2, Maximum2 and all
@@ -65,7 +65,7 @@ namespace Isis {
   *  @history 2017-08-30 Tyler Wilson and Ian Humphrey - provided std:: namespace for isnan
   *                          to fix ambiguity error when using c++11. References #4809.
   *  @history 2018-09-27 Kaitlyn Lee - Fixed the cout in PrintTop() so that -nan is printed
   *                          as nan. 
   *                          as nan. Updated code up to standards. References #5520.
   */
  class Calculator {
    public:
+34 −34

File changed.

Contains only whitespace changes.