An error occurred while fetching participants.
COMP: issue in executables getting segmentFault
With latest develop pulled today, the compilations runs through OK. However none of the executable work. All end up with segment Fault.
Changing the file src/OpenFOAM/fields/Fields/fieldTypes.C
const Foam::wordList Foam::fieldTypes::basic
({
"labelField", //Foam::labelIOField::typeName,
"scalarField", //Foam::scalarIOField::typeName,
"vectorField", //Foam::vectorIOField::typeName,
"sphericalTensorField", //Foam::sphericalTensorIOField::typeName,
"symmTensorField", //Foam::symmTensorIOField::typeName,
"tensorField" //Foam::tensorIOField::typeName
});
seems to work.