Skip to content

Commit

Permalink
removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rinkk committed Mar 8, 2019
1 parent 1782080 commit 2b2ecac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Applications/Utils/MeshEdit/moveMeshNodes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ int main (int argc, char* argv[])
}
const std::string value (argv[3]);
double max_dist(pow(strtod(argv[4],0), 2));
double offset (0.0); // additional offset for elevation (should be 0)
std::unique_ptr<MeshLib::Mesh> ground_truth (MeshLib::IO::readMeshFromFile(value));
if (ground_truth == nullptr)
{
Expand Down

0 comments on commit 2b2ecac

Please sign in to comment.