Skip to content

Commit

Permalink
Bug fixed: no_bin was not returned by get_runelevel routine
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamarini committed Mar 28, 2024
1 parent eb7f6e9 commit f69ee6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interface/get_runlevel.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ char *runlevel(int *runid, int *id)
if (*id == 1) {return options[*runid].yambo_string;}
if (*id == 2) {return options[*runid].short_desc;}
if (*id == 3) {return options[*runid].bin;}
if (*id == 4) {return options[*runid].no_bin;}
}
void C_FUNC(get_runlevel, GET_RUNLEVEL)(char *component, int *component_id, int *runlevel_id)
{
Expand Down

0 comments on commit f69ee6f

Please sign in to comment.