Skip to content

Commit

Permalink
Merge pull request #34 from MetOffice/feature/very_minor
Browse files Browse the repository at this point in the history
Very minor tidy
  • Loading branch information
phlndrwd authored Jan 31, 2024
2 parents 8236bff + 9217b34 commit b9bc1b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/monio/AtlasWriter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ void monio::AtlasWriter::populateDataContainerWithField(
const atlas::Field& field,
const std::vector<atlas::idx_t>& dimensions) {
oops::Log::debug() << "AtlasWriter::populateDataContainerWithField()" << std::endl;
oops::Log::info() << "AtlasWriter::populateDataContainerWithField()" << std::endl;
if (mpiCommunicator_.rank() == mpiRankOwner_) {
std::string fieldName = field.name();
atlas::array::DataType atlasType = field.datatype();
Expand Down
2 changes: 1 addition & 1 deletion src/monio/Monio.cc
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ monio::Monio::Monio(const eckit::mpi::Comm& mpiCommunicator,
reader_(mpiCommunicator, mpiRankOwner_),
writer_(mpiCommunicator, mpiRankOwner_),
atlasReader_(mpiCommunicator, mpiRankOwner_),
atlasWriter_(mpiCommunicator, mpiRankOwner_) {
atlasWriter_(mpiCommunicator, mpiRankOwner_) {
oops::Log::debug() << "Monio::Monio()" << std::endl;
}

Expand Down

0 comments on commit b9bc1b3

Please sign in to comment.