Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiro-0110 committed Jun 4, 2024
1 parent fdf990d commit 1ba8153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/real/mission/telescope.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ string Telescope::GetLogHeader() const {
str_tmp += WriteScalar(component_name + "ground_position_y_max_y", "pix");
str_tmp += WriteScalar(component_name + "ground_position_y_min_x", "pix");
str_tmp += WriteScalar(component_name + "ground_position_y_min_y", "pix");
str_tmp += WriteScalar(component_name + "telescope_flag");
str_tmp += WriteScalar(component_name + "flag");
// When Hipparcos Catalogue was not read, no output of ObserveStars
if (hipparcos_->IsCalcEnabled) {
for (size_t i = 0; i < number_of_logged_stars_; i++) {
Expand Down

0 comments on commit 1ba8153

Please sign in to comment.