Added missing destructor
This commit is contained in:
parent
f1d96e7cc7
commit
572c811bec
|
@ -58,6 +58,11 @@ Parameters::Parameters()
|
|||
}
|
||||
}
|
||||
|
||||
Parameters::~Parameters()
|
||||
{
|
||||
file.close();
|
||||
}
|
||||
|
||||
double Parameters::GetMaterial(int x, int y, int z)
|
||||
{
|
||||
//To-Do
|
||||
|
|
Loading…
Reference in New Issue