Skip to content

Commit

Permalink
this fixes compilation error 'multiple definition' of the insertion o…
Browse files Browse the repository at this point in the history
…perator
  • Loading branch information
atolosadelgado committed Nov 7, 2024
1 parent 4281175 commit 40057ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DDRec/include/DDRec/DCH_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ struct DCH_info_struct

};
typedef StructExtension<DCH_info_struct> DCH_info ;
std::ostream& operator<<( std::ostream& io , const DCH_info& d ){d.Show_DCH_info_database(io); return io;}
inline std::ostream& operator<<( std::ostream& io , const DCH_info& d ){d.Show_DCH_info_database(io); return io;}

inline void DCH_info_struct::BuildLayerDatabase()
{
Expand Down

0 comments on commit 40057ab

Please sign in to comment.