Skip to content

Formulation fails when calling Formulation::pre() many times

Nicolas Marsic requested to merge manyPreprocessing into master

Hi everybody,

The codes fails when calling gmshddm::problem::Formulation::pre() many times, as it keeps concatenating entries into _rhs. I guess one can just call _rhs.clear() before (re)building _rhs?

Cheers, Nicolas.

Merge request reports