mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 20:45:35 -04:00
Removing unused function.
This commit is contained in:
parent
3c3c3fb282
commit
9ed73c3c96
1 changed files with 0 additions and 6 deletions
|
|
@ -22,12 +22,6 @@ namespace openmc {
|
|||
//==============================================================================
|
||||
// Global variables
|
||||
//==============================================================================
|
||||
|
||||
const char* to_char(int i) {
|
||||
std::stringstream s;
|
||||
s << i;
|
||||
return s.str().c_str();
|
||||
}
|
||||
|
||||
int PLOT_LEVEL_LOWEST = -1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue