[MOAB-dev] commit/MOAB: danwu: Replace tab with spaces for indentation in NCHelperHOMME.cpp, line 37
commits-noreply at bitbucket.org
commits-noreply at bitbucket.org
Wed Jun 5 15:46:20 CDT 2013
1 new commit in MOAB:
https://bitbucket.org/fathomteam/moab/commits/80b469fb1569/
Changeset: 80b469fb1569
Branch: master
User: danwu
Date: 2013-06-05 22:46:02
Summary: Replace tab with spaces for indentation in NCHelperHOMME.cpp, line 37
Affected #: 1 file
diff --git a/src/io/NCHelperHOMME.cpp b/src/io/NCHelperHOMME.cpp
index 6490b24..32faa58 100644
--- a/src/io/NCHelperHOMME.cpp
+++ b/src/io/NCHelperHOMME.cpp
@@ -34,7 +34,7 @@ bool NCHelperHOMME::can_read_file(ReadNC* readNC, int fileId)
// If global attribute "np" exists then it should be the HOMME grid
if (readNC->globalAtts.find("np") != readNC->globalAtts.end()) {
// Make sure it is CAM grid
- std::map<std::string, ReadNC::AttData>::iterator attIt = readNC->globalAtts.find("source");
+ std::map<std::string, ReadNC::AttData>::iterator attIt = readNC->globalAtts.find("source");
if (attIt == readNC->globalAtts.end()) {
readNC->readMeshIface->report_error("%s", "File does not have source global attribute.");
return false;
Repository URL: https://bitbucket.org/fathomteam/moab/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the moab-dev
mailing list