Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ParmParse: Refactoring (AMReX-Codes#4031)
ParmParse has been refactored for much better performance when there are a large number of entries. The implementation now uses std::vector instead of std::list. This commit also removes two unused features, ParmParse::Record and ParmParse::Frame.
- Loading branch information