diff options
author | Constantin Riß <constantin.riss@dre.de> | 2010-01-17 19:14:47 +0100 |
---|---|---|
committer | Constantin Riß <constantin.riss@dre.de> | 2010-01-17 19:14:47 +0100 |
commit | 99a957823d7982dfe09edb2ca55f5e60cba2a40b (patch) | |
tree | b6358ba107542abbab4268ad0da187a7a433fc98 | |
parent | 0adf3012c7080f9e753471087fb63d0e9af1bed1 (diff) | |
download | c3d-99a957823d7982dfe09edb2ca55f5e60cba2a40b.tar c3d-99a957823d7982dfe09edb2ca55f5e60cba2a40b.zip |
test!!
-rw-r--r-- | Temparray.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Temparray.cpp b/Temparray.cpp index 4b48fcf..e7d8b42 100644 --- a/Temparray.cpp +++ b/Temparray.cpp @@ -85,6 +85,8 @@ void Temparray::calcTemp(){ tau12 = capacity * thermalresistance; tau21 = capacity2 * thermalresistance; std::cerr << tau12 << "\n" << tau21 << std::endl; + + } } } |