This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
test: use namespace "std" to avoid PS3 build errors.
legacy
Sam Hocevar
sam
13 years ago
parent
3282cf30bb
commit
6b80bc9d09
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
test/math/remez.cpp
+ 1
- 0
test/math/remez.cpp
View File
@@ -18,6 +18,7 @@
#include "core.h"
using namespace lol;
using namespace std;
/* The order of the approximation we're looking for */
static int const ORDER = 4;
Write
Preview
Loading…
Cancel
Save