[MOAB-dev] commit/MOAB: danwu: Fixed a build error in NCHelperMPAS.hpp when PNETCDF_FILE is not defined.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Jun 12 16:23:19 CDT 2014


1 new commit in MOAB:

https://bitbucket.org/fathomteam/moab/commits/3ff87682046b/
Changeset:   3ff87682046b
Branch:      master
User:        danwu
Date:        2014-06-12 23:23:07
Summary:     Fixed a build error in NCHelperMPAS.hpp when PNETCDF_FILE is not defined.

Affected #:  1 file

diff --git a/src/io/NCHelperMPAS.hpp b/src/io/NCHelperMPAS.hpp
index 9db8d4a..b4a3c01 100644
--- a/src/io/NCHelperMPAS.hpp
+++ b/src/io/NCHelperMPAS.hpp
@@ -39,7 +39,7 @@ private:
                                                       std::vector<int>& tstep_nums);
 #else
   //! Implementation of UcdNCHelper::read_ucd_variables_to_nonset()
-  virtual ErrorCode read_ucd_variable_to_nonset(std::vector<ReadNC::VarData>& vdatas,
+  virtual ErrorCode read_ucd_variables_to_nonset(std::vector<ReadNC::VarData>& vdatas,
                                                 std::vector<int>& tstep_nums);
 #endif

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