Skip to content
Snippets Groups Projects
Commit e5888ec7 authored by Alvaro Tolosa Delgado's avatar Alvaro Tolosa Delgado Committed by MarkusFrankATcernch
Browse files

this fixes compilation error 'multiple definition' of the insertion operator

parent 42811756
No related branches found
No related tags found
No related merge requests found
......@@ -183,7 +183,7 @@ public:
};
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()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment