window title software version removed

This commit is contained in:
Proton local user
2024-02-09 14:15:28 +01:00
parent e0a1ea5034
commit 8b43e43132

View File

@ -139,7 +139,6 @@ int vtkContourTopogramProjectionFilter::RequestData(
for(vtkIdType ii = 0; ii < points->GetNumberOfPoints() ; ii++){
/** input points are in LPS, should be corrected for import offset and mapped onto
* the projection geometry origin */
pp0[0] = points->GetPoint(ii)[0] + dProjectionLPSOffset [0] - dImportOffsetLPS[0];