From cc78d2cd27e71a16cbee0684248550ec8b84feab Mon Sep 17 00:00:00 2001 From: Pradeeban Kathiravelu Date: Fri, 2 Sep 2022 15:15:42 -0400 Subject: [PATCH 1/2] Update README. --- humanc/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/humanc/README.md b/humanc/README.md index c02aa35..e0124c2 100644 --- a/humanc/README.md +++ b/humanc/README.md @@ -1 +1,3 @@ # Human cardiac (humanc) models + +This folder contains the human cardiac models. From 24db373aa94ea32bfec2843401c1db178065ddcd Mon Sep 17 00:00:00 2001 From: Pradeeban Kathiravelu Date: Fri, 2 Sep 2022 15:20:00 -0400 Subject: [PATCH 2/2] A dummy file --- tools/example.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/example.py diff --git a/tools/example.py b/tools/example.py new file mode 100644 index 0000000..9e476ef --- /dev/null +++ b/tools/example.py @@ -0,0 +1 @@ +#This is a dummy example.