mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-06 14:14:46 +08:00
7e8aa63bb7
* Fix compilations with gcc 3.4, ICC and doxygen * Fix krazy directives (hopefully)
6 lines
154 B
Bash
Executable File
6 lines
154 B
Bash
Executable File
#!/bin/sh
|
|
|
|
sed -i 's/^.li.*MatrixBase\<.*gt.*a.$/ /g' $1
|
|
sed -i 's/^.li.*MapBase\<.*gt.*a.$/ /g' $1
|
|
sed -i 's/^.li.*RotationBase\<.*gt.*a.$/ /g' $1
|