Updated for OpenFOAM-12

This commit is contained in:
Henry Weller
2024-07-06 16:02:47 +01:00
parent 53a1bfa3fd
commit c59e5ce983
5329 changed files with 5337 additions and 14544 deletions

View File

@ -102,7 +102,7 @@ then
========= \|
\\\\\\\\ / F ield \| OpenFOAM: The Open Source CFD Toolbox
\\\\\\\\ / O peration \| Website: https://openfoam\.org
\\\\\\\\ / A nd \| Version: (dev|[0-9\.x]+)
\\\\\\\\ / A nd \| Version: 12|[0-9\.x]+)
\\\\\\\\/ M anipulation \|(.|
)*?
\\\\\*---------------------------------------------------------------------------\*/"
@ -406,7 +406,7 @@ checkBanner() # scope, files...
esac
# Versioned case files
elif git grep -q -e "Version: \(dev\|[0-9.]+\)" $scopeGrep"$file"
elif git grep -q -e "Version: 12\|[0-9.]+\)" $scopeGrep"$file"
then
if ! git show $scopeShow"$file" | pcregrep -q -M "$dictBanner"
then