openPMD/openPMD-api

Namespace Per Dir

Open

#82 opened on Feb 19, 2018

 (0 comments) (0 reactions) (0 assignees)C++ (57 forks)auto 404
api: breakinggood first issuehelp wanted

Repository metrics

Stars
 (160 stars)
PR merge metrics
 (PR metrics pending)

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)

Contributor guide