/[ff3d]/ff3d/language/parse.ff.yy
ViewVC logotype

Diff of /ff3d/language/parse.ff.yy

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by delpinux, Sun Sep 14 17:12:09 2003 UTC revision 1.6 by delpinux, Wed Sep 17 17:55:21 2003 UTC
# Line 734  meshexp: Line 734  meshexp:
734  {  {
735    $$ = new MeshExpressionTetrahedrize($3);    $$ = new MeshExpressionTetrahedrize($3);
736  }  }
737  | EXTRACT '(' meshexp ')'  | EXTRACT '(' meshexp ',' realexp ')'
738  {  {
739    $$ = new MeshExpressionExtract($3);    $$ = new MeshExpressionExtract($3, $5);
740  }  }
741  | TRANSFORM '(' meshexp ',' fieldexp ')'  | TRANSFORM '(' meshexp ',' fieldexp ')'
742  {  {

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26