openPMD/openPMD-api

Namespace Per Dir

Offen

#82 geöffnet am 19.02.2018

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (57 Forks)auto 404
api: breakinggood first issuehelp wanted

Repository-Metriken

Stars
 (160 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Follow-up to #81.

Each directory inside include/openPMD/ should define everything in a namespace with the same name as the dir.

  • backend/ (openPMD::backend)
  • IO/ (openPMD::IO)
    • ADIOS/ (openPMD::IO::ADIOS)
    • HDF5/ (openPMD::IO::HDF5)

Contributor Guide