From ae5066889817211a9be2b80ca8816fb8350943ed Mon Sep 17 00:00:00 2001 From: Xavier Raynaud Date: Thu, 1 Aug 2024 17:38:02 +0200 Subject: [PATCH] added test for Bolay in TestRunExamples --- Tests/TestExamples/TestRunExamples.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/TestExamples/TestRunExamples.m b/Tests/TestExamples/TestRunExamples.m index 1dff7199..d0a6e256 100644 --- a/Tests/TestExamples/TestRunExamples.m +++ b/Tests/TestExamples/TestRunExamples.m @@ -35,6 +35,7 @@ 'runExample3D_doc' , ... 'runSafariSEI' , ... 'runBolaySEI' , ... + 'runBolaySEI0' , ... 'tutorial_1_a_simple_p2d_model_live' , ... 'tutorial_2_changing_control_protocol_live' , ... 'tutorial_3_modify_structural_parameters_live' , ...