Updated Ghoul version

Started cleaning up OpenSpace
This commit is contained in:
Alexander Bock
2015-12-13 22:01:42 -08:00
parent 8260f5701d
commit e26f1d41a4
34 changed files with 304 additions and 351 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ bool ScriptEngine::runScript(const std::string& script) {
}
//if we're currently hosting the parallel session, find out if script should be synchronized.
if (OsEng.parallelConnection()->isHost()){
if (OsEng.parallelConnection().isHost()){
std::string lib, func;
if (parseLibraryAndFunctionNames(lib, func, script) && shouldScriptBeSent(lib, func)){