Added missing destructor

This commit is contained in:
David Baranyai 2018-07-02 01:34:27 +02:00
parent f1d96e7cc7
commit 572c811bec
1 changed files with 5 additions and 0 deletions

View File

@ -58,6 +58,11 @@ Parameters::Parameters()
}
}
Parameters::~Parameters()
{
file.close();
}
double Parameters::GetMaterial(int x, int y, int z)
{
//To-Do