1
0
Fork 0

WS30: Remove unused variable

This commit is contained in:
Stuart Buchanan 2023-12-17 13:41:47 +00:00
parent fc62588fef
commit 417f80a0a2

View file

@ -236,7 +236,6 @@ main(int argc, char** argv)
<< "deg lat = " << lat << "deg" << std::endl;
std::cout << id << ": ";
std::string solid = material && material->get_solid() ? "solid" : "-";
if (!found) {
std::cout << "-1000" << std::endl;
} else {