Skip to content

Commit bbb49f9

Browse files
[arcane,materials] Ne vérifie la cohérence des connectivités que en mode 'check'.
1 parent 1a4577c commit bbb49f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arcane/src/arcane/materials/AllEnvData.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,8 @@ void AllEnvData::
406406
recomputeIncremental()
407407
{
408408
forceRecompute(false);
409-
_checkConnectivityCoherency();
409+
if (arcaneIsCheck())
410+
_checkConnectivityCoherency();
410411
}
411412

412413
/*---------------------------------------------------------------------------*/

0 commit comments

Comments
 (0)