mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 05:05:30 -04:00
Replacing create_ppm and output_ppm with C++ implementation.
This commit is contained in:
parent
562b8daf85
commit
37f73e8cdc
3 changed files with 17 additions and 96 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue