Skip to content

Commit

Permalink
Remove contents of reset method
Browse files Browse the repository at this point in the history
  • Loading branch information
leahkiner committed Dec 14, 2023
1 parent d90134f commit 5661aba
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,7 @@ FacetSRPDynamicEffector::~FacetSRPDynamicEffector() {
@return void
@param callTime [ns] Time the method is called
*/
void FacetSRPDynamicEffector::Reset(uint64_t currentSimNanos)
{
if (!this->sunInMsg.isLinked()) {
bskLogger.bskLog(BSK_ERROR, "FacetSRPDynamicEffector.sunInMsg was not linked.");
}
void FacetSRPDynamicEffector::Reset(uint64_t callTime) {
}

/*! This method populates the spacecraft facet geometry structure with user-input facet information
Expand Down

0 comments on commit 5661aba

Please sign in to comment.