Skip to content

Commit

Permalink
Hotfix: defined missing err in GmfSetLin()
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicMarechal committed Nov 22, 2021
1 parent 0848702 commit d797b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/libmeshb7.c
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@ int NAMF77(GmfGetLin, gmfgetlin)(TYPF77(int64_t)MshIdx, TYPF77(int)KwdCod, ...)

int NAMF77(GmfSetLin, gmfsetlin)(TYPF77(int64_t) MshIdx, TYPF77(int) KwdCod, ...)
{
int i, pos, *IntBuf;
int i, pos, *IntBuf, err;
int64_t *LngBuf;
float *FltSolTab, *FltBuf;
double *DblSolTab, *DblBuf;
Expand Down

0 comments on commit d797b1c

Please sign in to comment.