Compare commits

..

No commits in common. "7a49a37a9bb0691238405df7da81cec442ba513f" and "19abc87891af5226b16fe160f87236e6033d6052" have entirely different histories.

1 changed files with 0 additions and 5 deletions

View File

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