summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorConstantin Riß <constantin.riss@dre.de>2010-01-17 19:18:12 +0100
committerConstantin Riß <constantin.riss@dre.de>2010-01-17 19:18:12 +0100
commitd5236f00ac63cf6c13488889d569453318323bb2 (patch)
tree3a00669f7dc5243dee2bd851ef3ec7f0559fdcde
parent99a957823d7982dfe09edb2ca55f5e60cba2a40b (diff)
downloadc3d-d5236f00ac63cf6c13488889d569453318323bb2.tar
c3d-d5236f00ac63cf6c13488889d569453318323bb2.zip
TEST
-rw-r--r--Temparray.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Temparray.cpp b/Temparray.cpp
index e7d8b42..e539427 100644
--- a/Temparray.cpp
+++ b/Temparray.cpp
@@ -86,7 +86,6 @@ void Temparray::calcTemp(){
tau21 = capacity2 * thermalresistance;
std::cerr << tau12 << "\n" << tau21 << std::endl;
-
}
}
}