openPMD/openPMD-api

Namespace Per Dir

Ouverte

#82 ouverte le 19 févr. 2018

 (0 commentaire) (0 réaction) (0 personne assignée)C++ (57 forks)auto 404
api: breakinggood first issuehelp wanted

Métriques du dépôt

Stars
 (160 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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)

Guide contributeur