Replacing create_ppm and output_ppm with C++ implementation.

This commit is contained in:
Patrick Shriwise 2018-10-09 16:14:21 -05:00
parent 562b8daf85
commit 37f73e8cdc
3 changed files with 17 additions and 96 deletions

View file

@ -67,9 +67,8 @@ namespace openmc {
};
extern "C" void output_ppm(ObjectPlot* pl,
const std::vector< std::vector< std::vector<int> > > &data);
void output_ppm(ObjectPlot* pl,
std::vector< std::vector< std::vector<int> > > data);
extern "C" void create_ppm(ObjectPlot* pl);