Skip to content
Snippets Groups Projects
Commit a39165b8 authored by David E. DeMarle's avatar David E. DeMarle
Browse files

silence an inconsequential runtime warning in paraview

parent 2aad367e
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ void vtkOSPRayTetrahedraMapperNode::Render(bool prepass)
this->GetArrayToProcess(dataSet, fieldAssociation));
if (!sa)
{
vtkWarningMacro("VolumeMapper's Input has no scalar array!");
//ok can happen in paraview client server mode for example
return;
}
if (fieldAssociation != 0)
......
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