yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #02376
[Branch ~yade-dev/yade/trunk] Rev 1824: 1. "Patch" to fix 490223
------------------------------------------------------------
revno: 1824
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
branch nick: trunk
timestamp: Mon 2009-11-30 08:47:26 +0100
message:
1. "Patch" to fix 490223
modified:
core/main/pyboot.cpp
--
lp:yade
https://code.launchpad.net/~yade-dev/yade/trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription.
=== modified file 'core/main/pyboot.cpp'
--- core/main/pyboot.cpp 2009-11-29 15:46:19 +0000
+++ core/main/pyboot.cpp 2009-11-30 07:47:26 +0000
@@ -38,7 +38,7 @@
#endif
#if defined(YADE_OPENMP) || defined(YADE_OPENGL)
- LOG_ERROR("Yade compiled with openmp/opengl. Using python main will likely crash as soone as an ostream is used.")
+ //LOG_ERROR("Yade compiled with openmp/opengl. Using python main will likely crash as soone as an ostream is used.")
#endif
PyEval_InitThreads();