From 19e0f022fef14eb8796322c65aae0caa0a5d62b0 Mon Sep 17 00:00:00 2001 From: Jean-Paul Smets <jp@nexedi.com> Date: Tue, 23 Jan 2007 19:46:03 +0000 Subject: [PATCH] moved to ancient git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12229 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/ancient/Simulation/Divergence.py | 2 ++ product/ERP5/ancient/Simulation/Solver.py | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 product/ERP5/ancient/Simulation/Divergence.py create mode 100644 product/ERP5/ancient/Simulation/Solver.py diff --git a/product/ERP5/ancient/Simulation/Divergence.py b/product/ERP5/ancient/Simulation/Divergence.py new file mode 100644 index 0000000000..02a752eaa2 --- /dev/null +++ b/product/ERP5/ancient/Simulation/Divergence.py @@ -0,0 +1,2 @@ +class Divergence: + pass diff --git a/product/ERP5/ancient/Simulation/Solver.py b/product/ERP5/ancient/Simulation/Solver.py new file mode 100644 index 0000000000..febdde1e39 --- /dev/null +++ b/product/ERP5/ancient/Simulation/Solver.py @@ -0,0 +1,3 @@ + +class Solver: + pass \ No newline at end of file -- 2.30.9