Skip to content

Commit 0f5ce6d

Browse files
committed
update year
1 parent 430b199 commit 0f5ce6d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/compare.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*****************************************************************************
2-
* Copyright (c) 2025, Lutra Consulting Ltd. and Hobu, Inc. *
2+
* Copyright (c) 2026, Lutra Consulting Ltd. and Hobu, Inc. *
33
* *
44
* All rights reserved. *
55
* *
@@ -163,6 +163,8 @@ pipeline(ParallelJobInfo *tile, std::string compareFile, double stepSample, doub
163163

164164
Stage &writer = makeWriter(manager.get(), tile->outputFilename, filterM3c2);
165165

166+
pdal::PipelineWriter::writePipeline(&writer, "debug_compare_pipeline.json");
167+
166168
return manager;
167169
}
168170

0 commit comments

Comments
 (0)