mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
steadyParticleTracksTemplates: Corrected correspondence between function declaration and definition
This commit is contained in:
@ -73,7 +73,7 @@ template<class Type>
|
|||||||
void processFields
|
void processFields
|
||||||
(
|
(
|
||||||
OFstream& os,
|
OFstream& os,
|
||||||
const List<SortableList<scalar>>& agePerTrack,
|
const List<List<label>>& addr,
|
||||||
const List<word>& userFieldNames,
|
const List<word>& userFieldNames,
|
||||||
const IOobjectList& cloudObjs
|
const IOobjectList& cloudObjs
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user