Skip to content
Snippets Groups Projects
Commit 58161dde authored by Danny Auble's avatar Danny Auble
Browse files

cray - fix for correct mentality on switching (was backwards from before)

parent d3f45ac2
No related branches found
No related tags found
No related merge requests found
......@@ -161,7 +161,7 @@ int basil_request(struct basil_parse_data *bp)
break;
case BM_switch:
{
char *suspend = bp->mdata.res->suspended ? "IN" : "OUT";
char *suspend = bp->mdata.res->suspended ? "OUT" : "IN";
fprintf(apbasil, ">\n");
fprintf(apbasil, " <ApplicationArray>\n");
fprintf(apbasil, " </ApplicationArray>\n");
......
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