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

COMP: incorrect signature for sliceWritePrimitives for int64 compilation

parent 231d965c
No related merge requests found
......@@ -54,7 +54,7 @@ void sliceWritePrimitives \
Foam::SliceStream* streamPtr, \
const Foam::string& blockId, \
const Foam::globalIndex& globalNumbering, \
const Foam::label nCmpts, /*!< Num of components (ignore 0 or -ve) */ \
const int nCmpts, /*!< Num of components (ignore 0 or -ve) */ \
const DataType* data \
); \
\
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment