Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertSchwede committed Aug 26, 2024
1 parent 099b08e commit e4a1b67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,6 @@ out/
build/
CMakeSettings.json
cmake-build-*/
.idea/
.idea/
.vscode/launch.json
.vscode/settings.json
2 changes: 1 addition & 1 deletion libwarpaffine/sliceswriter/SlicesWriterTbb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ void CziSlicesWriterTbb::Close(const std::shared_ptr<libCZI::ICziMetadata>& sour
}

auto increment_node = metadata_builder_from_source->GetRootNode()->GetOrCreateChildNode("Metadata/Information/Image/Dimensions/Z/Positions/Interval/Increment");
if(increment_node && new_scaling_info->IsScaleZValid())
if (increment_node && new_scaling_info->IsScaleZValid())
{
double original_scaling_meters = new_scaling_info->scaleZ;

Expand Down

0 comments on commit e4a1b67

Please sign in to comment.