Skip to content

Commit

Permalink
Pirint
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvielamythepaut committed Dec 5, 2018
1 parent 0505623 commit 495ba02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decoders/NetcdfInterpretor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ void NetcdfTag::visit(const XmlNode& node)
void NetcdfGuessInterpretor::visit(MetaDataCollector& info) {
for ( MetaDataCollector::iterator key = info.begin(); key != info.end(); ++key ) {
key->second = getAttribute(field_, key->first, "");
cout << "Netcdf Attributes " << key->first << "--->" << key->second << endl;
//cout << "Netcdf Attributes " << key->first << "--->" << key->second << endl;
}
guess()->visit(info);
}

0 comments on commit 495ba02

Please sign in to comment.