/[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.6 by delpinux, Wed Sep 17 17:55:21 2003 UTC revision 1.7 by delpinux, Sun Sep 21 14:31:37 2003 UTC
# Line 756  structured3dmeshexp: Line 756  structured3dmeshexp:
756  ;  ;
757    
758  surfacemeshexp:  surfacemeshexp:
759    SURFMESH '(' vector3exp ',' domainexp ',' meshexp ')'    SURFMESH '(' domainexp ',' meshexp ')'
760  {  {
761    $$ = new MeshExpressionSurface($3,$5,$7);    $$ = new MeshExpressionSurface($3,$5);
762  }  }
763  ;  ;
764    

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

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