~corrado-maurini/dolfin/tao

« back to all changes in this revision

Viewing changes to dolfin/refinement/BisectionRefinement.h

  • Committer: corrado maurini
  • Date: 2012-12-18 12:16:08 UTC
  • mfrom: (6685.78.207 trunk)
  • Revision ID: corrado.maurini@upmc.fr-20121218121608-nk82ly9jgsld9u84
updating with trunk, fix uint in TAO solver and hacking the check for tao FindTAO.cmake

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
 
49
49
    /// Transform mesh data
50
50
    //static void transform_data(Mesh& newmesh, const Mesh& oldmesh,
51
 
    //                           const MeshFunction<uint>& cell_map,
 
51
    //                           const MeshFunction<std::size_t>& cell_map,
52
52
    //                           const std::vector<int>& facet_map);
53
53
 
54
54
  };