Skip to content
Snippets Groups Projects
Commit a6786db0 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

CONFIG: change default writeLagrangianPositions ON (closes #781)

- this enables x,y,z access of lagrangian positions, which is useful
  for postprocessing in paraview, but at the expense of slightly
  more disk space.
parent a62eba70
Branches
Tags
No related merge requests found
......@@ -39,8 +39,8 @@ InfoSwitches
writeDictionaries 0;
writeOptionalEntries 0;
// Write lagrangian "positions" file in v1706 format (at earlier)
writeLagrangianPositions 0;
// Write lagrangian "positions" file in v1706 format (and earlier)
writeLagrangianPositions 1;
// Report hosts used (parallel)
// - 0 = none
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment