Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rbberger committed Nov 22, 2024
1 parent 429088f commit ac6e10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sesame2spiner/generate_files.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ herr_t saveAllMaterials(const std::string &savename,
H5LTset_attribute_string(file, "/", "singularity_version", SINGULARITY_VERSION);
// log type. 0 for true, 1 for NQT1, 2 for NQT2, -1 for single precision true
int log_type = singularity::FastMath::Settings::log_type;
H5LTset_attribute_int(file, "/", SP5::LogType, &log_type, 1);
H5LTset_attribute_int(file, "/", SP5::logType, &log_type, 1);

std::cout << "Processing " << matids.size() << " materials..." << std::endl;

Expand Down

0 comments on commit ac6e10c

Please sign in to comment.