Skip to content
Snippets Groups Projects
Commit 8a429370 authored by Jonathan Youett's avatar Jonathan Youett
Browse files

Set Amira to be the default writer

parent 102843a3
Branches
Tags
No related merge requests found
......@@ -111,7 +111,7 @@ void StressWriter<DisplacementField, Grid>::writeStressToFile(const Dune::Parame
{
auto stress = getStress(config, displace, grid);
std::string format = config.get<std::string>("format");
std::string format = config.get<std::string>("format", "amira");
std::transform(std::begin(format), std::end(format), std::begin(format), ::tolower);
if (format == "amira") {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment