From 031b6d2bbb007baa509e3d87e587bb9694fd60ec Mon Sep 17 00:00:00 2001
From: Henry <Henry>
Date: Mon, 17 Dec 2012 14:46:43 +0000
Subject: [PATCH] fireFoam: remove re-declaration of sources

---
 applications/solvers/combustion/fireFoam/createFields.H | 2 --
 1 file changed, 2 deletions(-)

diff --git a/applications/solvers/combustion/fireFoam/createFields.H b/applications/solvers/combustion/fireFoam/createFields.H
index be235700780..8159ee73aa6 100644
--- a/applications/solvers/combustion/fireFoam/createFields.H
+++ b/applications/solvers/combustion/fireFoam/createFields.H
@@ -146,5 +146,3 @@
     (
         additionalControlsDict.lookup("solvePrimaryRegion")
     );
-
-    IObasicSourceList sources(mesh);
-- 
GitLab