Skip to content

Commit

Permalink
Update main_LdrToHdrCalibration.cpp
Browse files Browse the repository at this point in the history
Remove useless ofstream closing
  • Loading branch information
demoulinv authored Dec 23, 2022
1 parent c6ba765 commit a48c327
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/software/pipeline/main_LdrToHdrCalibration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,6 @@ int aliceVision_main(int argc, char** argv)
else
{
file << std::to_string(refIndex) + "\n";
file.close();
}

return EXIT_SUCCESS;
Expand Down

0 comments on commit a48c327

Please sign in to comment.