Skip to content
Snippets Groups Projects
Commit dd2263d2 authored by kotsifa2's avatar kotsifa2
Browse files

Bug fix in configuration

parent 6ec4ec27
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ public:
}
PROMISENodeConfiguration() {
NODE_CONFIGURATION_TARGET_ID == PROMISE;
NODE_CONFIGURATION_TARGET_ID = PROMISE;
}
~PROMISENodeConfiguration() {}
......@@ -117,7 +117,7 @@ public:
}
GPUNodeConfiguration() {
NODE_CONFIGURATION_TARGET_ID == GPU;
NODE_CONFIGURATION_TARGET_ID = GPU;
}
~GPUNodeConfiguration() {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment