diff options
-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; - } } } |