Skip to content

Commit

Permalink
Remove commented-out code
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristin Berry authored and tgiroux committed Jun 8, 2021
1 parent 65178d2 commit 544dd63
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions isis/src/control/objs/BundleUtilities/BundleObservation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ namespace Isis {
* Constructs a BundleObservation initialized to a default state.
*/
BundleObservation::BundleObservation() {
/* m_weights.clear();
m_corrections.clear();
m_aprioriSigmas.clear();
m_adjustedSigmas.clear();*/

m_parameterNamesList.clear();
m_instrumentPosition = NULL;
m_instrumentRotation = NULL;
Expand All @@ -53,11 +48,6 @@ namespace Isis {
*/
BundleObservation::BundleObservation(BundleImageQsp image, QString observationNumber,
QString instrumentId, BundleTargetBodyQsp bundleTargetBody) : AbstractBundleObservation(image, observationNumber, instrumentId, bundleTargetBody) {
/* m_weights.clear();
m_corrections.clear();
m_aprioriSigmas.clear();
m_adjustedSigmas.clear();*/

m_parameterNamesList.clear();
m_bundleTargetBody = bundleTargetBody;
m_instrumentRotation = NULL;
Expand Down

0 comments on commit 544dd63

Please sign in to comment.