use fdotf consistently and not fdotfloc.

This commit is contained in:
Axel Kohlmeyer
2019-10-25 15:24:17 -04:00
parent 9588de08e3
commit 5f39771f28
3 changed files with 3 additions and 3 deletions

View File

@ -76,7 +76,7 @@ void MinQuickMin::reset_vectors()
int MinQuickMin::iterate(int maxiter)
{
bigint ntimestep;
double vmax,vdotf,vdotfall,fdotf,fdotfloc,fdotfall,scale;
double vmax,vdotf,vdotfall,fdotf,fdotfall,scale;
double dtvone,dtv,dtf,dtfm;
int flag,flagall;