vflag in fixes

Hi,

sorry for this question if it seems stupid.

I noticed that vflag has been declared in fix_shake.h but never in other fixes. This is a bit confusing for me- why is it necessary? Is it just that this extra line was accidentally included in fix_shake?
I could not find where the value of vflag gets set in fix_shake.cpp.

Thank you,

George

Hi,

sorry for this question if it seems stupid.

I noticed that vflag has been declared in fix_shake.h but never in other fixes.
This is a bit confusing for me- why is it necessary?

it is not necessary. in fact, it has no effect. vflag is passed as an
argument and thus the definition in the class header will be hidden.

Is it just that this extra line was accidentally included in fix_shake?

i checked the history, but vflag was present in the original import of
the sources into the svn repository from sept 2006.

I could not find where the value of vflag gets set in fix_shake.cpp.

it isn't. you should be able to remove it from fix_shake.h

axel.