[opengtl-commits] [549] set the compiled boolean to false when compilation has fail |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/opengtl-commits Archives
]
Revision: 549
Author: cyrille
Date: 2008-12-18 22:38:47 +0100 (Thu, 18 Dec 2008)
Log Message:
-----------
set the compiled boolean to false when compilation has fail
Modified Paths:
--------------
trunk/OpenGTL/OpenShiva/OpenShiva/Library.cpp
Modified: trunk/OpenGTL/OpenShiva/OpenShiva/Library.cpp
===================================================================
--- trunk/OpenGTL/OpenShiva/OpenShiva/Library.cpp 2008-12-18 21:38:20 UTC (rev 548)
+++ trunk/OpenGTL/OpenShiva/OpenShiva/Library.cpp 2008-12-18 21:38:47 UTC (rev 549)
@@ -189,6 +189,7 @@
d->name = nameSpace;
} else {
+ d->compiled = false;
cleanup();
d->compilationErrors = c.errorMessages();
}