Skip to content

Commit

Permalink
Fix type inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
laetitia-m committed Oct 17, 2023
1 parent 263169e commit afdf0a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ls_pmmg.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,13 @@ int PMMG_cuttet_ls(PMMG_pParMesh parmesh, MMG5_pMesh mesh, MMG5_pSol sol, MMG5_p
MMG5_int *ne_tmp_tab,*vGlobNum_tab;

static int8_t mmgWarn = 0;
int8_t ia,imin0,imin2;
int8_t ia;
int8_t i,j;
int8_t npneg,nface_added;

const uint8_t *taued=NULL;
uint8_t tau[4];
uint8_t imin0,imin2;

double c[3],v0,v1,s;

Expand Down

0 comments on commit afdf0a2

Please sign in to comment.