Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 5fbb26a1 authored by ext-rogers_c's avatar ext-rogers_c
Browse files

Fix blank space

parent 8104694e
No related branches found
No related tags found
1 merge request!617Resolve "gmsgALL should be common across all objects"
......@@ -141,7 +141,7 @@ int main(int argc, char *argv[]) {
// so when calling from python we call opalMain instead
new Ippl(argc, argv);
gmsg = new Inform("OPAL");
gmsgALL = new Inform("OPAL ", INFORM_ALL_NODES);
gmsgALL = new Inform("OPAL", INFORM_ALL_NODES);
return opalMain(argc, argv);
}
......
......@@ -77,7 +77,7 @@ void Initialise() {
if (gmsg == nullptr) {
IpplInfo::instantiateGlobals();
gmsg = new Inform("OPAL");
gmsgALL = new Inform("OPAL ", INFORM_ALL_NODES);
gmsgALL = new Inform("OPAL", INFORM_ALL_NODES);
}
gsl_set_error_handler(&errorHandlerGSL);
}
......
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