mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-12 20:27:06 +01:00
Some unary ops and coarse grid support
This commit is contained in:
@ -1,3 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
wc -l lib/*.h lib/*/*.h lib/*/*/*.h lib/*.cc lib/*/*.cc lib/*/*/*.cc tests/*.cc benchmarks/*.cc lib/*/*/*/*.cc lib/*/*/*/*.h
|
||||
wc -l lib/*.h lib/*/*.h lib/*/*/*.h lib/*.cc lib/*/*.cc lib/*/*/*.cc tests/*.cc benchmarks/*.cc lib/*/*/*/*.cc lib/*/*/*/*.h
|
||||
|
||||
echo "lib"
|
||||
wc -l lib/*.h lib/*/*.h lib/*/*/*.h lib/*.cc lib/*/*.cc lib/*/*/*.cc lib/*/*/*/*.cc lib/*/*/*/*.h | grep total
|
||||
|
||||
echo "tests"
|
||||
wc -l tests/*.cc | grep total
|
||||
|
||||
echo "benchmarks"
|
||||
wc -l benchmarks/*.cc | grep total
|
||||
|
Reference in New Issue
Block a user