diff --git a/src/tab.cpp b/src/tab.cpp
index 339c244788b890440cc58bb7099311b3aff46851..7b52eea8d9c1bb223bc09c8a715945d8c4134174 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];