Home | History | Annotate | Download | only in test

Lines Matching refs:potential

677       vector<Weight> potential;
680 while (potential.size() < RI.NumStates())
681 potential.push_back((*weight_generator_)());
683 Reweight(&RI, potential, REWEIGHT_TO_INITIAL);
686 Reweight(&RF, potential, REWEIGHT_TO_FINAL);