Compare commits
No commits in common. "7a49a37a9bb0691238405df7da81cec442ba513f" and "19abc87891af5226b16fe160f87236e6033d6052" have entirely different histories.
7a49a37a9b
...
19abc87891
|
@ -58,11 +58,6 @@ Parameters::Parameters()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Parameters::~Parameters()
|
|
||||||
{
|
|
||||||
file.close();
|
|
||||||
}
|
|
||||||
|
|
||||||
double Parameters::GetMaterial(int x, int y, int z)
|
double Parameters::GetMaterial(int x, int y, int z)
|
||||||
{
|
{
|
||||||
//To-Do
|
//To-Do
|
||||||
|
|
Loading…
Reference in New Issue