Skip to content

Commit

Permalink
Used outfile obtained at the beginning of the program
Browse files Browse the repository at this point in the history
  • Loading branch information
acpaquette committed Apr 16, 2019
1 parent d648113 commit 7c7a93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isis/src/galileo/apps/gllssi2isis/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ void IsisMain() {
summedOutput = new Cube();
summedOutput->setDimensions(p.Samples() / 2, p.Lines() / 2, p.Bands());
summedOutput->setPixelType(p.PixelType());
summedOutput->create(ui.GetFileName("TO"));
summedOutput->create(outFile.expanded());

p.StartProcess(translateData);
translateLabels(pdsLabel, summedOutput);
Expand Down

0 comments on commit 7c7a93f

Please sign in to comment.