Skip to content

Commit

Permalink
Update io.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
rjnrohit authored Apr 14, 2020
1 parent 2068d72 commit 3ebf270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/boost/astronomy/coordinate/io.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ std::ostream& operator<< (std::ostream &out, spherical_differential
return out;
}

//!"<<" operator overload to print details of a spherical_coslat_differential
//!"<<" operator overload to print details of a spherical_coslat_differential point
template
<
typename CoordinateType,
Expand All @@ -148,4 +148,4 @@ std::ostream& operator<< (std::ostream &out, spherical_coslat_differential
return out;
}
}}} //namespace boost::astronomy::coordinate
#endif // !BOOST_ASTRONOMY_COORDINATE_IO_HPP
#endif // !BOOST_ASTRONOMY_COORDINATE_IO_HPP

0 comments on commit 3ebf270

Please sign in to comment.