From ce8076bff33ea4110d9f433722ce8c1fa72e7dad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franck=20P=C3=A9rignon?= <franck.perignon@imag.fr> Date: Wed, 28 Jan 2015 08:34:41 +0100 Subject: [PATCH] cleaning --- HySoP/hysop/operator/discrete/penalize_vorticity.py | 7 ------- HySoP/hysop/operator/penalize_vorticity.py | 3 --- 2 files changed, 10 deletions(-) delete mode 100644 HySoP/hysop/operator/discrete/penalize_vorticity.py delete mode 100644 HySoP/hysop/operator/penalize_vorticity.py diff --git a/HySoP/hysop/operator/discrete/penalize_vorticity.py b/HySoP/hysop/operator/discrete/penalize_vorticity.py deleted file mode 100644 index 279bf74b3..000000000 --- a/HySoP/hysop/operator/discrete/penalize_vorticity.py +++ /dev/null @@ -1,7 +0,0 @@ -# -*- coding: utf-8 -*- -"""Discrete operators for penalization problem. -""" -from hysop.constants import debug -from hysop.operator.discrete.penalization import Penalization - - diff --git a/HySoP/hysop/operator/penalize_vorticity.py b/HySoP/hysop/operator/penalize_vorticity.py deleted file mode 100644 index adaa33a24..000000000 --- a/HySoP/hysop/operator/penalize_vorticity.py +++ /dev/null @@ -1,3 +0,0 @@ -# -*- coding: utf-8 -*- -"""Compute the vorticity field from velocity using penalization. -""" -- GitLab