Skip to content

Commit f69ee6f

Browse files
committed
Bug fixed: no_bin was not returned by get_runelevel routine
1 parent eb7f6e9 commit f69ee6f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/interface/get_runlevel.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ char *runlevel(int *runid, int *id)
2121
if (*id == 1) {return options[*runid].yambo_string;}
2222
if (*id == 2) {return options[*runid].short_desc;}
2323
if (*id == 3) {return options[*runid].bin;}
24+
if (*id == 4) {return options[*runid].no_bin;}
2425
}
2526
void C_FUNC(get_runlevel, GET_RUNLEVEL)(char *component, int *component_id, int *runlevel_id)
2627
{

0 commit comments

Comments
 (0)