Skip to content
Snippets Groups Projects
Commit 8358586b authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[PL] added Jacobian assembler interface and implementations

# remove #pragma once:
grep -r --include=*.h -Fx '#pragma once' -l . \
| while read f; do
    hg="`realpath --relative-to=. "$f" | tr '/.[:lower:]' '__[:upper:]'`"
    sed -i -e "/#pragma once/ c \\
#ifndef $hg\\
#define $hg
$ a \\
\\
#endif  // $hg" "$f";
done
parent 0f161911
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment