Skip to content

Commit

Permalink
Merge pull request #1646 from arcaneframework/dev/gg-use-pointer-for-…
Browse files Browse the repository at this point in the history
…dynamicmeshkindinfos-in-itemfamily

Refactor 'ItemFamily' to use a pointer of DynamicMeshKindInfos instead of a direct instance.
  • Loading branch information
grospelliergilles authored Sep 27, 2024
2 parents 1d7edf8 + 8a00745 commit eded7e4
Show file tree
Hide file tree
Showing 7 changed files with 173 additions and 116 deletions.
2 changes: 2 additions & 0 deletions arcane/src/arcane/mesh/CartesianFaceUniqueIdBuilder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
#include "arcane/core/IParallelMng.h"
#include "arcane/core/CartesianGridDimension.h"

#include "arcane/mesh/ItemInternalMap.h"

#include <array>

/*---------------------------------------------------------------------------*/
Expand Down
2 changes: 0 additions & 2 deletions arcane/src/arcane/mesh/DynamicMesh.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ class ARCANE_MESH_EXPORT DynamicMesh
public:

typedef ItemInternal* ItemInternalPtr;
typedef DynamicMeshKindInfos::ItemInternalMap ItemInternalMap;

typedef List<IItemFamily*> ItemFamilyList;

class InitialAllocator
Expand Down
Loading

0 comments on commit eded7e4

Please sign in to comment.