Commit 1d52e820 authored by Jeannie Backer's avatar Jeannie Backer Committed by Makayla Shepherd
Browse files

Revert "Updating SymmetricMatrix to UpperSymmetricMatrix."

This reverts commit 0298a2f2e70adf55538a258ba93a22549277d74f.
parent 43eeed8a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ namespace Isis {
   *   @history 2016-08-16 Jesse Mapel - Added BOOST_UBLAS_NO_STD_CERR definition to
   *                           prevent Boost from outputing debug information to standard out
   *                           when throwing exceptions.  Fixes #2302.
   *   @history 2017-12-12 Jeannie Backer - Added SymmetricMatrix and UpperSymmetricMatrix typedef.
   *   @history 2017-12-12 Jeannie Backer - Added SymmetricMatrix typedef.
   *  
   *  
   *   @todo document methods (a) add naif routine names to documentation where appropriate,
@@ -122,7 +122,7 @@ namespace Isis {
       * we are using without changing all references to this type in the ISIS
       * API. 
       */
      typedef boost::numeric::ublas::symmetric_matrix<double, upper> UpperSymmetricMatrix;
      typedef boost::numeric::ublas::symmetric_matrix<double, upper> SymmetricMatrix;
      /**
       * Definition for an Isis::LinearAlgebra::Vector of doubles. This is a 
       * typedef for a boost vector. 
+954 −641

File changed.

Preview size limit exceeded, changes collapsed.