diff --git a/Source/Solver/Transport/NEGF/NEGF_Common.H b/Source/Solver/Transport/NEGF/NEGF_Common.H index 059c2a4..48a0b7c 100644 --- a/Source/Solver/Transport/NEGF/NEGF_Common.H +++ b/Source/Solver/Transport/NEGF/NEGF_Common.H @@ -468,11 +468,10 @@ class c_NEGF_Common : protected MatrixBlock, private c_IntegrationPath #endif /*Decimation Technique*/ - int use_decimation = - false; // whether to use decimation technique in derived class. - // if Compute_SurfaceGreensFunction method is not overriden - // then the default is decimation regardless of what we set - // use_decimation as. + int use_decimation = false; + // whether to use decimation technique in the derived class. + // derived class default is false. + // base class default is true. int decimation_max_iter = 30; // maximum iterations allowed int decimation_rel_error = 1.e-5; // relative error