<div>Hello,</div>
<div> </div>
<div>I only have access to Gmsh 2.5 foer the moment so I should be missing some options.</div>
<div> </div>
<div>I would like to know if it possible to merge 2 '.geo' file if they have same indicators for some geometrical elements (Points, Lines...).</div>
<div> </div>
<div>I tried in a '.geo' file to do it with:</div>
<div>  ' Merge "name.geo";</div>
<div>    Merge "name2.geo"; '</div>
<div>But when I try to build the mesh with "./gmsh -3 merge.geo" it didn't because of those common elements.</div>
<div> </div>
<div>After I tried by opening one of the file in gmsh qnd then using "File->Merge" with the other file but the problem here is that the common nodes didn't merge at all.</div>
<div> </div>
<div>So I would like to know if the version of Gmsh (2.5) I'm currently using give me the tools to do it. Because for the moment I have to change the indicators of all the elements in one of my file to managing the merging of the to file.</div>

<div> </div>
<div>I used also the command "Include" instead of "Merge" but I didn't get the difference between the two.</div>
<div> </div>
<div>Thanks in advance,</div>
<div>Regards,</div>
<div> </div>
<div>Hugo</div>