From b4de8ba86f7f5924a8fabd2886af121ac9b96602 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Franck=20P=C3=A9rignon?= <franck.perignon@imag.fr>
Date: Thu, 16 Oct 2014 18:36:00 +0200
Subject: [PATCH] Temp drag. Some tests fail (test_advection_nullVelocity,
 test_advection_randomVelocity) following merge with JM branch. To be fixed

---
 HySoP/hysop/operator/drag_and_lift.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/HySoP/hysop/operator/drag_and_lift.py b/HySoP/hysop/operator/drag_and_lift.py
index fd5064228..66aa09314 100644
--- a/HySoP/hysop/operator/drag_and_lift.py
+++ b/HySoP/hysop/operator/drag_and_lift.py
@@ -18,7 +18,7 @@ class DragAndLift(Computational):
     The present class implements formula (52) of Plouhmans2002.
     Integral inside the obstacle is not taken into account.
     """
-    def __init__(self, velocity, subsets, formula=DragAndLift.Momentum,
+    def __init__(self, velocity, subsets, formula=None,
                  vorticity=None, **kwds):
         """
         @param velocity field
-- 
GitLab