Skip to content
Snippets Groups Projects
Commit ae21e89f authored by Mario Ohlberger's avatar Mario Ohlberger
Browse files

Initialisierung der Matrixeintraege auf "0.0" im Konstruktor.

[[Imported from SVN: r682]]
parent 7e72b7d1
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,7 @@ namespace Dune
values_.resize(dim_[0]*nz_);
col_.resize(dim_[0]*nz_);
values_.set(0.0);
col_.set(-1);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment