Remove gcc-4.3 warning.
This commit is contained in:
parent
8fb1d70d0b
commit
6d1891a7e9
@ -82,7 +82,7 @@ namespace
|
||||
|
||||
template <int l, int m> float legendre(float x);
|
||||
|
||||
template <> float legendre<0, 0>(float x) {
|
||||
template <> float legendre<0, 0>(float ) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user