Skip to content

Commit

Permalink
another name
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf committed Jan 22, 2025
1 parent f2092b4 commit 077f81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amr-wind/utilities/sampling/Sampling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ void Sampling::write_info_file(const std::string& fname)
for (int i = 0; i < m_samplers.size(); ++i) {
fh << " - index: " << i << std::endl;
fh << " label: " << m_samplers[i]->label() << std::endl;
fh << " sampling_type: " << m_samplers[i]->sampletype() << std::endl;
fh << " type: " << m_samplers[i]->sampletype() << std::endl;
}

fh.close();
Expand Down

0 comments on commit 077f81a

Please sign in to comment.