From 3ed8e6dca0e572768c112bd153580f8c50d80339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Bj=C3=B6rkert?= Date: Mon, 5 Jun 2023 15:10:20 +0200 Subject: [PATCH] test --- CustomizationSelect.sh | 3 +++ src/CustomizationSelect.sh | 3 +++ 2 files changed, 6 insertions(+) diff --git a/CustomizationSelect.sh b/CustomizationSelect.sh index 3f08d43..9eda24f 100755 --- a/CustomizationSelect.sh +++ b/CustomizationSelect.sh @@ -608,6 +608,9 @@ add_customization "Glucose Based Application Factor (PR 1988)" "ab_ramp" "messag add_customization "Glucose Based Application Factor (PR 1988) with Modified CustomTypeOne LoopPatches" "ab_ramp_cto" add_customization "Profiles (PR 2002)" "profile" "message_for_pr2002" +add_customization "New method for 1988" "test_1988" "" +add_customization "New method for 2002" "test_2002" "" + patch_menu # *** End of inlined file: src/CustomizationSelect.sh *** diff --git a/src/CustomizationSelect.sh b/src/CustomizationSelect.sh index c391844..1b5658f 100644 --- a/src/CustomizationSelect.sh +++ b/src/CustomizationSelect.sh @@ -64,4 +64,7 @@ add_customization "Glucose Based Application Factor (PR 1988)" "ab_ramp" "messag add_customization "Glucose Based Application Factor (PR 1988) with Modified CustomTypeOne LoopPatches" "ab_ramp_cto" add_customization "Profiles (PR 2002)" "profile" "message_for_pr2002" +add_customization "New method for 1988" "test_1988" "" +add_customization "New method for 2002" "test_2002" "" + patch_menu