We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded3c06 commit cad89c2Copy full SHA for cad89c2
src/Modules/Fields/EditMeshBoundingBox.cc
@@ -165,7 +165,7 @@ EditMeshBoundingBox::EditMeshBoundingBox()
165
166
void EditMeshBoundingBox::processWidgetFeedback(VariableHandle var)
167
{
168
- std::cout << "finally we're in the actual module:\n\t" << var->value() << std::endl;
+ std::cout << "EditMeshBoundingBox::processWidgetFeedback, value received from ViewSceneDialog is:\n\t" << var->value() << std::endl;
169
}
170
171
void EditMeshBoundingBox::createBoxWidget()
0 commit comments