diff options
author | Constantin Riß <constantin.riss@dre.de> | 2010-01-17 19:18:12 +0100 |
---|---|---|
committer | Constantin Riß <constantin.riss@dre.de> | 2010-01-17 19:18:12 +0100 |
commit | d5236f00ac63cf6c13488889d569453318323bb2 (patch) | |
tree | 3a00669f7dc5243dee2bd851ef3ec7f0559fdcde | |
parent | 99a957823d7982dfe09edb2ca55f5e60cba2a40b (diff) | |
download | c3d-d5236f00ac63cf6c13488889d569453318323bb2.tar c3d-d5236f00ac63cf6c13488889d569453318323bb2.zip |
TEST
-rw-r--r-- | Temparray.cpp | 1 |
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; - } } } |