Ignore:
Timestamp:
07/04/16 19:21:28 (8 years ago)
Author:
oabramkina
Message:

Commit for UGRID norms: bad allocations have been taken care of.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/mesh.hpp

    r879 r881  
    99  
    1010#include "array_new.hpp" 
     11#include "client_client_dht_template.hpp" 
    1112 
    1213namespace xios { 
     
    5354            const CArray<double, 2>&, const CArray<double, 2>& ); 
    5455                         
    55       void createMeshEpsilon(const CArray<double, 1>&, const CArray<double, 1>&,  
     56      void createMeshEpsilon(const CArray<double, 1>&, const CArray<double, 1>&, 
    5657            const CArray<double, 2>&, const CArray<double, 2>& ); 
    5758             
    58       bool isWritten (StdString);     
    59       static CMesh* getMesh; 
    60            
    61        private: 
     59      static CMesh* getMesh(StdString); 
    6260 
    63       static std::map <StdString, CMesh*> meshList; 
     61    private: 
     62 
     63      static std::map <StdString, CMesh> meshList; 
    6464 
    6565      size_t nodeIndex (double, double);       
Note: See TracChangeset for help on using the changeset viewer.