diff options
Diffstat (limited to '')
-rw-r--r-- | src/tests/maxima/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/maxima/main.cpp b/src/tests/maxima/main.cpp index db11f66..176a589 100644 --- a/src/tests/maxima/main.cpp +++ b/src/tests/maxima/main.cpp | |||
@@ -14,7 +14,7 @@ int main( int argc, char *argv[] ) | |||
14 | { | 14 | { |
15 | Bu::Random::seed( time( NULL ) ); | 15 | Bu::Random::seed( time( NULL ) ); |
16 | sio << "Global maxima equation test" << sio.nl | 16 | sio << "Global maxima equation test" << sio.nl |
17 | << " - -1.8*x^4 + 0.86*x^3 + 4.0*x^2 == 3.53518 (approx)" << sio.nl | 17 | << " -1.8*x^4 + 0.86*x^3 + 4.0*x^2 == 3.53518 (approx)" << sio.nl |
18 | << sio.nl; | 18 | << sio.nl; |
19 | 19 | ||
20 | Genetic::ExplicitSimulation ex( | 20 | Genetic::ExplicitSimulation ex( |