Skip to content

Commit

Permalink
Merge pull request #143 from simtheverse/master
Browse files Browse the repository at this point in the history
Resolve #141 and #142
  • Loading branch information
ezcrues authored Jun 5, 2024
2 parents 5b89471 + 9846ff2 commit dd465ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion S_modules/SpaceFOM/DynamicalEntity.sm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


//==========================================================================
// SIM_OBJECT: SpaceFOMPhysicalEntitySimObject - A SpaceFOM PhysicalEntity
// SIM_OBJECT: SpaceFOMDynamicalEntitySimObject - A SpaceFOM DynamicalEntity
// instance simulation object definition.
//==========================================================================

Expand Down
2 changes: 1 addition & 1 deletion source/SpaceFOM/RefFrameBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ void RefFrameBase::print_data( std::ostream &stream )
<< "\t\t" << packing_data.state.pos[0] << ", "
<< "\t\t" << packing_data.state.pos[1] << ", "
<< "\t\t" << packing_data.state.pos[2] << endl;
stream << "\tvolocity: "
stream << "\tvelocity: "
<< "\t\t" << packing_data.state.vel[0] << ", "
<< "\t\t" << packing_data.state.vel[1] << ", "
<< "\t\t" << packing_data.state.vel[2] << endl;
Expand Down

0 comments on commit dd465ec

Please sign in to comment.