~njansson/dolfin/hpc

1
2
3
4
5
6
#!/bin/sh

# Find all BROKENs in the code 

find . -name '*.h' | xargs grep BROKEN
find . -name '*.cpp' | xargs grep BROKEN