You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Member functions Class::init and Class::xinit, where xinit is phinit in the case of Propagator and nuinit in the case of Coupling, use different mechanisms to access the same information (eg, the initial value of the variable).
The mechanisms should be the same and /or have consistent behaviour.
Fixing this would avoid issues or difficulties in finding bugs like the ones explained #101, and the one describes as a NOTE in #160.
The text was updated successfully, but these errors were encountered:
Member functions
Class::init
andClass::xinit
, wherexinit
isphinit
in the case ofPropagator
andnuinit
in the case ofCoupling
, use different mechanisms to access the same information (eg, the initial value of the variable).The mechanisms should be the same and /or have consistent behaviour.
Fixing this would avoid issues or difficulties in finding bugs like the ones explained #101, and the one describes as a NOTE in #160.
The text was updated successfully, but these errors were encountered: