fix logging format

This commit is contained in:
Mingzhe Li 2024-06-17 17:11:55 -07:00
parent 9f3f886711
commit 154c9bdb01

@ -1206,7 +1206,8 @@ VTKM_CONT vtkm::cont::PartitionedDataSet SelectTopVolumeContoursFilter::DoExecut
<< "----------- Draw Isosurface (block=" << b->LocalBlockNo << ")------------"
<< std::endl
<< " " << std::setw(60) << std::left << "Number of Contours: " << nContours
<< std::setw(60) << std::left
<< std::endl
<< " " << std::setw(60) << std::left
<< "Number of Isosurface Meshes: " << nContourCandidateMeshes << std::endl);
};
b->TopVolumeBranchSaddleIsoValue