Skip to content

Commit f52b3c0

Browse files
[arcane,core] S'assure que le groupe est bien recalculé lorsqu'on appelle 'ItemGroup::checkIsSorted()'.
1 parent 820d614 commit f52b3c0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

arcane/src/arcane/core/ItemGroup.cc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
22
//-----------------------------------------------------------------------------
3-
// Copyright 2000-2024 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
3+
// Copyright 2000-2025 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
44
// See the top-level COPYRIGHT file for details.
55
// SPDX-License-Identifier: Apache-2.0
66
//-----------------------------------------------------------------------------
77
/*---------------------------------------------------------------------------*/
8-
/* ItemGroup.cc (C) 2000-2024 */
8+
/* ItemGroup.cc (C) 2000-2025 */
99
/* */
1010
/* Groupes d'entités du maillage. */
1111
/*---------------------------------------------------------------------------*/
@@ -653,6 +653,7 @@ _internalApi() const
653653
bool ItemGroup::
654654
checkIsSorted() const
655655
{
656+
m_impl->_checkNeedUpdate(false);
656657
return m_impl->checkIsSorted();
657658
}
658659

0 commit comments

Comments
 (0)