Skip to content

Commit

Permalink
Fixed disk trashing on input cube reads (#4793)
Browse files Browse the repository at this point in the history
  • Loading branch information
scsides authored Feb 11, 2022
1 parent e31f4be commit 8f4dc8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions isis/src/base/objs/ProcessMapMosaic/ProcessMapMosaic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ namespace Isis {

CubeAttributeInput inAtt(inputFile);
Cube *inCube = ProcessMosaic::SetInputCube(inputFile, inAtt);
inCube->addCachingAlgorithm(new UniqueIOCachingAlgorithm(2));

Cube *mosaicCube = OutputCubes[0];
Projection *iproj = inCube->projection();
Expand Down

0 comments on commit 8f4dc8a

Please sign in to comment.