Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeroberts3000 authored Oct 11, 2024
1 parent 20f398f commit df98c22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/cpp/tools/generate_hdf5_from_exr/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -348,5 +348,7 @@ int main (int argc, const char** argv) {
std::cout << e.what() << std::endl;
}

std::cout << "[HYPERSIM: GENERATE_HDF5_FROM_EXR] Finished." << std::endl;
if (!silent) {
std::cout << "[HYPERSIM: GENERATE_HDF5_FROM_EXR] Finished." << std::endl;
}
}

0 comments on commit df98c22

Please sign in to comment.