Bug fix in steady state solver

time-shift
Sébastien Villemot 2013-04-19 17:44:06 +02:00
parent 7495668ef2
commit 2670be408e
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
SteadyStateSolver::SteadyStateSolver(const std::string &basename, size_t n_endo_arg)
: static_dll(basename), n_endo(n_endo_arg), residual(n_endo), g1(n_endo)
{
g1.setAll(0.0); // The static file does not initialize zero elements
}
int