File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 3333
3434 - name : Ensure kind is specified
3535 run : fortitude check --file-extensions=f90,fpp,fypp --select=P001 ./src/**
36+
37+ double-check :
38+ name : Look for double intrinsics
39+ runs-on : ' ubuntu-latest'
40+
41+ steps :
42+ - uses : actions/checkout@v4
43+
44+ - name : Check for doubles via grep
45+ run : |
46+ cd src |
47+ grep -iR 'dexp\|dlog\|dble\|dabs\|double\ precision\|real(8)\|real(4)\|dprod\|dmin\|dmax\|dfloat\|dreal\|dcos\|dsin\|dtan\|dsign\|dtanh\|dsinh\|dcosh\|\.d0\|\dd0' --exclude-dir=syscheck ./* || true |
48+ grep -qiR 'dexp\|dlog\|dble\|dabs\|double\ precision\|real(8)\|real(4)\|dprod\|dmin\|dmax\|dfloat\|dreal\|dcos\|dsin\|dtan\|dsign\|dtanh\|dsinh\|dcosh\|\.d0\|\dd0' --exclude-dir=syscheck ./*
You can’t perform that action at this time.
0 commit comments