Skip to content

Commit

Permalink
merge develop and resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
laetitia-m committed Oct 16, 2024
1 parent f2655c9 commit da2eb99
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/ls_pmmg.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,7 @@ int PMMG_cuttet_ls(PMMG_pParMesh parmesh){
int color_in_node,color_out_node;
int color_in_edge,color_out_edge;

<<<<<<< HEAD
int idx_edge_ext,idx_edge_int,idx_edge_mesh;
int idx_face_ext,idx_face_int,val_face;

if ( parmesh->myrank == parmesh->info.root )
=======
if ( parmesh->myrank == parmesh->info.root )
>>>>>>> develop
fprintf(stdout,"\n ## PMMG_cuttet_ls: Multimaterial not fully supported yet.\n");

/* Ensure only one group on each proc */
Expand Down

0 comments on commit da2eb99

Please sign in to comment.