window title software version removed
This commit is contained in:
@ -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];
|
||||
|
Reference in New Issue
Block a user