mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-06-08 09:31:58 +00:00
fix build on linux
This commit is contained in:
parent
da8a7a533f
commit
db2f6c85d9
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ public:
|
||||||
{
|
{
|
||||||
T s = 0;
|
T s = 0;
|
||||||
const size_t n = this->n;
|
const size_t n = this->n;
|
||||||
tbsp__ASSERT(n == o.n);
|
TBSP_ASSERT(n == o.n);
|
||||||
for(size_t i = 0; i < n; ++i)
|
for(size_t i = 0; i < n; ++i)
|
||||||
s += p[i] * o.p[i];
|
s += p[i] * o.p[i];
|
||||||
return s;
|
return s;
|
||||||
|
|
Loading…
Add table
Reference in a new issue