- Jan 02, 2018
-
-
Dmitri Naumov authored
Clang format run on near-the-header lines. Happy New Year
-
- Dec 04, 2017
-
-
wenqing authored
from the two classes of coupled term. [Coupling] Changed the members of the coupled term, which only contains the solutions of the coupled equations.
-
- Nov 23, 2017
- Jun 30, 2017
-
-
Dmitri Naumov authored
-
- Jun 29, 2017
-
-
wenqing authored
-
- Feb 13, 2017
- Jan 10, 2017
-
-
- Jan 09, 2017
-
-
- Sep 20, 2016
-
-
Christoph Lehmann authored
-
Christoph Lehmann authored
# 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
-