]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
0021314: [CEA 490] Driver GIBI with medloader / medcoupling
authoreap <eap@opencascade.com>
Thu, 1 Sep 2011 10:06:34 +0000 (10:06 +0000)
committereap <eap@opencascade.com>
Thu, 1 Sep 2011 10:06:34 +0000 (10:06 +0000)
   make MEDFileFieldMultiTS::getInfo() public

src/MEDLoader/MEDFileField.hxx

index 737acee135bdf3998c1e5b6dcaa4b0822f2b0c9a..e5aaa13ad11fd762023ed29ed88b343ca27f4212 100644 (file)
@@ -379,13 +379,13 @@ namespace ParaMEDMEM
     std::string getName() const;
     std::vector< std::pair<int,int> > getTimeSteps(std::vector<double>& ret1) const throw(INTERP_KERNEL::Exception);
     std::string getMeshName() const throw(INTERP_KERNEL::Exception);
+    const std::vector<std::string>& getInfo() const throw(INTERP_KERNEL::Exception);
   public:
     std::vector<std::string> getPflsReallyUsed2() const;
     std::vector<std::string> getLocsReallyUsed2() const;
   protected:
     const MEDFileField1TSWithoutDAS& getTimeStepEntry(int iteration, int order) const throw(INTERP_KERNEL::Exception);
     MEDFileField1TSWithoutDAS& getTimeStepEntry(int iteration, int order) throw(INTERP_KERNEL::Exception);
-    const std::vector<std::string>& getInfo() const throw(INTERP_KERNEL::Exception);
     std::string getDtUnit() const throw(INTERP_KERNEL::Exception);
     MEDFileFieldMultiTSWithoutDAS();
     MEDFileFieldMultiTSWithoutDAS(const char *fieldName);