Skip to content

Commit 4d67323

Browse files
committed
Fixed a wrong comment in paraview XML writer
1 parent a103c9c commit 4d67323

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SU2_CFD/src/output/filewriter/CParaviewXMLFileWriter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ void CParaviewXMLFileWriter::WriteDataArray(void* data, VTKDatatype type, unsign
343343
unsigned long totalByteSize;
344344
totalByteSize = globalSize*typeSize;
345345

346-
/*--- Only the master node writes the total size in bytes as int32 in front of the array data ---*/
346+
/*--- Only the master node writes the total size in bytes as unsigned long in front of the array data ---*/
347347

348348
if (!WriteMPIBinaryData(&totalByteSize, sizeof(unsigned long), MASTER_NODE)){
349349
SU2_MPI::Error("Writing array size failed", CURRENT_FUNCTION);

0 commit comments

Comments
 (0)