mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-21 07:19:46 +08:00
5 lines
104 B
Bash
5 lines
104 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
sed -i 's/^.li.*MatrixBase\<.*gt.*a.$/ /g' $1
|
||
|
sed -i 's/^.li.*MapBase\<.*gt.*a.$/ /g' $1
|