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