This website requires JavaScript.
Explore
Help
Register
Sign In
jess
/
fast_sparse_interpolation
Watch
1
Star
0
Fork
You've already forked fast_sparse_interpolation
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
246b045406
fast_sparse_interpolation
/
prepend_header.sh
12 lines
149 B
Bash
Raw
Blame
History
for
f in **/*.hpp
;
do
cat ./header.txt
$f
>
$f
.new
mv
$f
.new
$f
done
for
f in **/*.cpp
;
do
cat ./header.txt
$f
>
$f
.new
mv
$f
.new
$f
done
Reference in New Issue
View Git Blame
Copy Permalink