From 7420c2e80e7fc5ca7e6e5946e10f8cc26c06e9a5 Mon Sep 17 00:00:00 2001 From: Xavier Raynaud Date: Wed, 18 Dec 2024 14:12:09 +0100 Subject: [PATCH] added runGasSupply in test --- Tests/TestExamples/TestRunExamples.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/TestExamples/TestRunExamples.m b/Tests/TestExamples/TestRunExamples.m index b494a43a..783f3942 100644 --- a/Tests/TestExamples/TestRunExamples.m +++ b/Tests/TestExamples/TestRunExamples.m @@ -39,6 +39,7 @@ 'runBolaySEI0' , ... 'runExampleStokes' , ... 'runProtonicMembrane' , ... + 'runGasSupply' , ... 'tutorial_1_a_simple_p2d_model_live' , ... 'tutorial_2_changing_control_protocol_live' , ... 'tutorial_3_modify_structural_parameters_live' , ...