We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e45133e commit 08a9243Copy full SHA for 08a9243
splashsurf_lib/src/io/vtk_format.rs
@@ -192,8 +192,7 @@ pub fn write_vtk<P: AsRef<Path>>(
192
) -> Result<(), anyhow::Error> {
193
profile!("write_vtk");
194
let vtk_file = Vtk {
195
- version: Version::new((4, 2)),
196
- //version: Version::new_legacy(4, 2),
+ version: Version::new_legacy(4, 2),
197
title: title.to_string(),
198
file_path: None,
199
byte_order: ByteOrder::BigEndian,
0 commit comments