From 4fb11bec3bd2ce9f6ebc8e339a73dd24937662c8 Mon Sep 17 00:00:00 2001 From: HydrogenSulfate <490868991@qq.com> Date: Wed, 19 Jun 2024 20:13:15 +0800 Subject: [PATCH] remove pycamotk for submodules (#930) --- jointContribution/graphGalerkin/.gitmodules | 3 --- jointContribution/graphGalerkin/README.md | 8 ++++++++ jointContribution/graphGalerkin/pycamotk | 1 - 3 files changed, 8 insertions(+), 4 deletions(-) delete mode 100644 jointContribution/graphGalerkin/.gitmodules create mode 100644 jointContribution/graphGalerkin/README.md delete mode 160000 jointContribution/graphGalerkin/pycamotk diff --git a/jointContribution/graphGalerkin/.gitmodules b/jointContribution/graphGalerkin/.gitmodules deleted file mode 100644 index 924a70464..000000000 --- a/jointContribution/graphGalerkin/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "pycamotk"] - path = pycamotk - url = https://github.com/zlynna/pycamotk.git diff --git a/jointContribution/graphGalerkin/README.md b/jointContribution/graphGalerkin/README.md new file mode 100644 index 000000000..34b2feae0 --- /dev/null +++ b/jointContribution/graphGalerkin/README.md @@ -0,0 +1,8 @@ +# README + +Before running code in this project, please clone repo `pycamotk` bellow. + +``` sh +cd jointContribution/graphGalerkin/ +git clone https://github.com/zlynna/pycamotk.git +``` diff --git a/jointContribution/graphGalerkin/pycamotk b/jointContribution/graphGalerkin/pycamotk deleted file mode 160000 index 83e96baf2..000000000 --- a/jointContribution/graphGalerkin/pycamotk +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 83e96baf2701c096ab1604bb74ef64455fc87b33