Commit 42baf705 authored by dcookastrog's avatar dcookastrog
Browse files

A few more minor changes to complete history, etc.

parent abf50a5f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -537,7 +537,7 @@ namespace Isis {
   *   @history  2018-06-28 Debbie A. Cook  Revised to use the local radius of
   *                 the SurfacePoint to convert distance to angle instead of the
   *                 major equatorial axis.  Also corrected longitude conversion.
   *                 See note in SurfacePoint.h.
   *                 See note in SurfacePoint.h.  References #5457.
   */
  void SurfacePoint::SetSphericalSigmasDistance(const Distance &latSigma,
    const Distance &lonSigma, const Distance &radiusSigma) {
+1 −0
Original line number Diff line number Diff line
@@ -94,6 +94,7 @@ namespace Isis {
   *                           member p_localRadius to avoid recalculating when coordinates
   *                           have not changed.  Also corrected the longitude conversion equation
   *                           in SetSphericalSigmasDistance and GetLonSigmaDistance.
   *                           References #5457.
   */

  class SurfacePoint {
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ int main(int argc, char *argv[]) {
          "sigmaX=10. m, sigmaY=50. m, sigmaZ=20. m" << endl << endl;
    Isis::SurfacePoint spRec;

    symmetric_matrix<double,upper> covar;
    symmetric_matrix<double,upper> covar; // Units are m**2
    covar.resize(3);
    covar.clear();
    covar(0,0) = 100.;
+1 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@ void printXml(const BundleObservationSolveSettings &);
 *
 * @internal
 *   @history 2014-12-11 - Original version.
   * @history 2018-07-03 Debbie A Cook - Removed target radii. References #5457.
 */
namespace Isis {
  class XmlHandlerTester : public BundleObservationSolveSettings {
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ namespace Isis {
   *   @history 2017-12-21 Jesse Mapel - Improved documentation.
   *   @history 2017-01-27 Jesse Mapel - More documentation improvements.
   *   @history 2018-06-28 Debbie A Cook - Removed all calls to obsolete method
   *                                                   SurfacePoint::SetRadii
   *                                                   SurfacePoint::SetRadii.  References #5457.
   */
  class ControlPointV0001 {
    public:
Loading