File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2
2
// -----------------------------------------------------------------------------
3
- // Copyright 2000-2024 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
3
+ // Copyright 2000-2025 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
4
4
// See the top-level COPYRIGHT file for details.
5
5
// SPDX-License-Identifier: Apache-2.0
6
6
// -----------------------------------------------------------------------------
7
7
/* ---------------------------------------------------------------------------*/
8
- /* ItemGroup.cc (C) 2000-2024 */
8
+ /* ItemGroup.cc (C) 2000-2025 */
9
9
/* */
10
10
/* Groupes d'entités du maillage. */
11
11
/* ---------------------------------------------------------------------------*/
@@ -653,6 +653,7 @@ _internalApi() const
653
653
bool ItemGroup::
654
654
checkIsSorted () const
655
655
{
656
+ m_impl->_checkNeedUpdate (false );
656
657
return m_impl->checkIsSorted ();
657
658
}
658
659
You can’t perform that action at this time.
0 commit comments