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
But the compute_derived_quantities_scalar () function has been removed.
The function has been deprecated in 8.5.1 and removed in 9.0.0 . The deprecation message suggests to use evaluate_scalar_field() instead. The code still compiles as evaluate_scalar_field() is not a pure virtual function, but instead triggers an assertion when called.
This program uses the following virtual function:
But the
compute_derived_quantities_scalar ()
function has been removed. The class here should instead derive fromDataPostprocessorScalar
.The text was updated successfully, but these errors were encountered: