#ifndef OPAC_H #define OPAC_H #include #include #include "DObject.h" /** * @breif initlaize the opacity module * @param args: a hash map of all arguments needed to intialize opac * @return error code in a DObject **/ DObject initlaize_opac(const std::map& args); /** * @breif opacity given a temperature, density, and composition * @param args: a hash map of all arguments needed to calculate opac * @return error code in a DObject **/ DObject #endif