From e307b1462be3a279929a6a9e5666a5c896f4b6cd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cl=C3=A9ment=20CAZENAVE?= <clement.cazenave@ensiie.fr>
Date: Sun, 12 Jan 2020 19:22:41 +0100
Subject: [PATCH] Update tab.cpp

---
 src/tab.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tab.cpp b/src/tab.cpp
index 339c244..7b52eea 100644
--- a/src/tab.cpp
+++ b/src/tab.cpp
@@ -130,7 +130,7 @@ void settab2D(Materiaux mat, int u0, double f){
     double dt = T/100;
     double F=16*f*f;
     double ***U;
-    double coef1 = (dt/(mat.getc()*mat.getkho()));
+    double coef1 = (dt/(mat.getc()*mat.getrho()));
     double coef2 = (mat.getlambda()/(dx*dx));
     double coef3 = (mat.getlambda()/(dy*dy));
     U=new double**[100];
-- 
GitLab