diff options
author | Constantin Riß <constantin.riss@dre.de> | 2010-01-17 19:23:33 +0100 |
---|---|---|
committer | Constantin Riß <constantin.riss@dre.de> | 2010-01-17 19:23:33 +0100 |
commit | ae5ab4efe8b7f785d06d9c0f8d59c868692a13a6 (patch) | |
tree | b6358ba107542abbab4268ad0da187a7a433fc98 | |
parent | d5236f00ac63cf6c13488889d569453318323bb2 (diff) | |
download | c3d-ae5ab4efe8b7f785d06d9c0f8d59c868692a13a6.tar c3d-ae5ab4efe8b7f785d06d9c0f8d59c868692a13a6.zip |
test!!!
-rw-r--r-- | Temparray.cpp | 1 |
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; + } } } |