Dear gmsh community,<br><br>I'm in trouble " : "  operator. For instance, to make Physical Surfaces, I'm using:<br><br>For i In {1:2}<br>     Physical Surface(1000 + i) = {100 + i:100:500 + i};<br>
EndFor<br><br>and expected to have the same result as<br><br>Physical Surface(1001) = {101, 201, 301, 401, 501};<br>Physical Surface(1002) = {102, 202, 302, 402, 502};<br><br>but I get the following erros:<br><br>Error   : 'hexagono_3.geo', line 192 : Wrong increment in '101:100:501'<br>
Error   : 'hexagono_3.geo', line 192 : Wrong increment in '102:100:502'<br><br>Is it a bug or am I misunderstanding something? I'm using gmsh version 2.4.2 over linux fedora 12.<br><br>Thanks for any help.<br>
<br><br><br>
<pre class="moz-signature" cols="72">-- <br>Olavo Luppi Silva <br>PhD Candidate<br>Department of Mechanical Engineering, Polytechnic School<br>University of São Paulo, Brazil</pre>
<br><br>