Skip to content

Commit e617b74

Browse files
committed
Make Paraview XML (*.vtu) default
1 parent 5d588e0 commit e617b74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Common/src/CConfig.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3175,8 +3175,8 @@ void CConfig::SetPostprocessing(unsigned short val_software, unsigned short val_
31753175
nVolumeOutputFiles = 3;
31763176
VolumeOutputFiles = new unsigned short[nVolumeOutputFiles];
31773177
VolumeOutputFiles[0] = RESTART_BINARY;
3178-
VolumeOutputFiles[1] = PARAVIEW_BINARY;
3179-
VolumeOutputFiles[2] = SURFACE_PARAVIEW_BINARY;
3178+
VolumeOutputFiles[1] = PARAVIEW_XML;
3179+
VolumeOutputFiles[2] = SURFACE_PARAVIEW_XML;
31803180
}
31813181

31823182
/*--- Check if SU2 was build with TecIO support, as that is required for Tecplot Binary output. ---*/

0 commit comments

Comments
 (0)