WSL/SLF GitLab Repository

Skip to content
Snippets Groups Projects
Select Git revision
2 results Searching

meteoio

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Thomas Egger authored
    Cleanup of header files: no namespace should ever be used in header files, please make the namespace explicitly visible through the scope operator (::)!
    e.g. instead of using vector<string> vecString, please use std::vector<std::string> in the header files
    9ccf0b31
    History
    Name Last commit Last update