<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi,<br>
<br>
I'm a very new user to gmsh. I'm trying to do naming similar to that
done in the first tutorial, t1.geo:<br>
<br>
<blockquote>Physical Line("My third line (physical id 5)", 5) = {4}
;<br>
</blockquote>
<br>
My version:<br>
<br>
<blockquote>Physical Line("Plasma", 0) = {1,2,3};<br>
Physical Line("Liquid", 1) = {4,5,6,7};<br>
</blockquote>
<br>
yields this error when I try to mesh:<br>
<br>
<blockquote>Error : 'liquid.geo', line 24 : syntax error (,)<br>
Error : 'liquid.geo', line 25 : syntax error (,)<br>
</blockquote>
<br>
What am I doing wrong?<br>
</body>
</html>