Skip to content
Snippets Groups Projects
Commit f546df30 authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Use writeBinary method from dune-matrix-vector

parent 65749098
No related branches found
No related tags found
No related merge requests found
......@@ -274,7 +274,7 @@ int main (int argc, char *argv[]) try
// Write the corresponding coefficient vector: verbatim in binary, to be completely lossless
std::ofstream outFile(baseName + ".data", std::ios_base::binary);
GenericVector::writeBinary(outFile, xEmbedded);
MatrixVector::Generic::writeBinary(outFile, xEmbedded);
outFile.close();
return 0;
......
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