Skip to content

Commit c5c902c

Browse files
Merge pull request #2024 from arcaneframework/dev/gg-fix-missing-update-in-itemgroup-checkifsorted
Fix missing check update when calling `ItemGroup::checkIsSorted()`
2 parents 820d614 + f52b3c0 commit c5c902c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

arcane/src/arcane/core/ItemGroup.cc

+3-2
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)