openPMD/openPMD-api

Remove ALLOCATION enum & binding

Open

#253 opened on Jun 13, 2018

 (0 comments) (1 reaction) (0 assignees)C++ (57 forks)auto 404
api: breakingfrontend: C++17frontend: Python3good first issue

Repository metrics

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

Description

With the new features introduced in #204, the enum Allocation and the corresponding binding are dead code. The allocation strategy is now implicit in the style of function call.

Contributor guide