Remove redundant code.

This commit is contained in:
CismonX 2018-05-31 11:18:31 +08:00
parent 74913850a3
commit dc7d1466a0
1 changed files with 0 additions and 4 deletions

View File

@ -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_;