From 299640ce5f6499e07c5799f48897ac5a77e72c54 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 18 Jul 2012 01:26:34 -0600 Subject: Persistant multi-threading works perfectly. It uses the forever-blocking variation of the Bu::SynchroQueue dequeue to maximize efficiency. --- src/tests/maxima/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests') 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[] ) { Bu::Random::seed( time( NULL ) ); sio << "Global maxima equation test" << sio.nl - << " - -1.8*x^4 + 0.86*x^3 + 4.0*x^2 == 3.53518 (approx)" << sio.nl + << " -1.8*x^4 + 0.86*x^3 + 4.0*x^2 == 3.53518 (approx)" << sio.nl << sio.nl; Genetic::ExplicitSimulation ex( -- cgit v1.2.3