From 8264b15f0526ff396f9c14b409c97b4e532d5675 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@uliege.be> Date: Tue, 3 Mar 2020 09:40:22 +0100 Subject: [PATCH] Update floating.pro --- ElectrostaticsFloating/floating.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElectrostaticsFloating/floating.pro b/ElectrostaticsFloating/floating.pro index 15d12d4..de0482d 100644 --- a/ElectrostaticsFloating/floating.pro +++ b/ElectrostaticsFloating/floating.pro @@ -179,7 +179,7 @@ FunctionSpace { } Constraint { { NameOfCoef vn; EntityType NodesOf; - NameOfConstraint Dirichlet_Ele; } // unused in this model, left for completeness + NameOfConstraint Dirichlet_Ele; } { NameOfCoef GlobalPotential; EntityType GroupsOfNodesOf; NameOfConstraint SetGlobalPotential; } { NameOfCoef ArmatureCharge; EntityType GroupsOfNodesOf; -- GitLab