From dc7d1466a0f3d874337a6a2d4e424f9a736cde6c Mon Sep 17 00:00:00 2001 From: CismonX Date: Thu, 31 May 2018 11:18:31 +0800 Subject: [PATCH] Remove redundant code. --- src/calc.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/calc.hpp b/src/calc.hpp index ef20b0d..aa3e1ab 100644 --- a/src/calc.hpp +++ b/src/calc.hpp @@ -153,10 +153,6 @@ namespace flow /// Vector of short circuit voltage. arma::cx_colvec u_f_; - arma::mat i_real_; - - arma::mat i_imag_; - /// Whether verbose output is enabled. bool verbose_;