VTKFIG  0.20.20181114
Easy VTK based in situ visualization
int vtkfig::internals::Communicator::ReceiveDouble ( double &  d,
int  tag = static_cast<int>(Tag::Double) 
)

Definition at line 118 of file vtkfigCommunicator.cxx.

119  {
120  return Receive(&d,1,remoteHandle,tag);
121  }