Skip to content
Snippets Groups Projects
Commit d5f09af3 authored by Andrew Wilson's avatar Andrew Wilson :elephant:
Browse files

REFAC: Fix typo

parent f0c83c03
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ CollisionDetectionAlgorithm::areInputsValid() ...@@ -65,7 +65,7 @@ CollisionDetectionAlgorithm::areInputsValid()
} }
else else
{ {
LOG(WARNING) << "CollisionDetectionAlgorithm invalid input types. Recieved: (" LOG(WARNING) << "CollisionDetectionAlgorithm invalid input types. Received: ("
<< getInput(0)->getTypeName() << ", " << getInput(1)->getTypeName() << ")"; << getInput(0)->getTypeName() << ", " << getInput(1)->getTypeName() << ")";
/* LOG(WARNING) << "CollisionDetectionAlgorithm invalid input types. Required: (" << /* LOG(WARNING) << "CollisionDetectionAlgorithm invalid input types. Required: (" <<
inputPortReqs.at(0).validGeomName() << ", " << inputPortReqs.at(1).validGeomName() << ") but " << inputPortReqs.at(0).validGeomName() << ", " << inputPortReqs.at(1).validGeomName() << ") but " <<
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment