Closed asartori86 closed 5 years ago
Thank you Alberto.
But is there a difference between writing #define GEOTOP_VECTOR_H
and #define _GEOTOP_VECTOR_H
? I remember that maybe the preprocessor adds the _
to the name we choose but I'm not sure...
there is no difference. It is just a name. I used clan-tidy to add the guards and it adds the _
in front by default
I cannot believe we didn't fix this earlier..