Updates to get things compiling under linux properly with streflop

This commit is contained in:
Mark Vejvoda
2010-05-02 03:48:40 +00:00
parent 7b9036345b
commit 63aff0751c
2 changed files with 8 additions and 5 deletions

View File

@@ -269,7 +269,7 @@ int glestMain(int argc, char** argv){
#ifdef USE_STREFLOP
streflop_init<streflop::Double>();
streflop_init<streflop::Simple>();
printf("%s, STREFLOP enabled.\n",getNetworkVersionString().c_str());
#else
printf("%s, STREFLOP NOT enabled.\n",getNetworkVersionString().c_str());