"src/git@develop.openfoam.com:Development/openfoam.git" did not exist on "0c5571519f445b5b2fd7208dc5804fbdcb4fee0e"
STYLE: correct syntax in header file of noise.C
Hi,
Could you update the syntax in the noise.C header file? Headerfile of noise.C and noiseDict should be consistent.
// Input file inputFile "postProcessing/faceSource1/surface/patch/patch.case";
should be
// Input file files ( "postProcessing/faceSource1/surface/patch/patch.case");
Best, Sebastien