Skip to content
Snippets Groups Projects
Commit c8b2d71e authored by Elias Pipping's avatar Elias Pipping
Browse files

[Output] Write to logstates file

parent 476381dc
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ FrictionWriter<ScalarVector, Vector>::FrictionWriter(
typename BW::Projector projector)
: BW(vertexCoordinates, _boundaryNodes, projector),
coefficientWriter("coefficients", std::fstream::out),
stateWriter("states", std::fstream::out) {}
stateWriter("logstates", std::fstream::out) {}
template <class ScalarVector, class Vector>
FrictionWriter<ScalarVector, Vector>::~FrictionWriter() {
......
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