/[ff3d]/ff3d/testsuite/mesh.pl
ViewVC logotype

Diff of /ff3d/testsuite/mesh.pl

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

revision 1.2 by lehyaric, Fri Jul 18 12:37:50 2003 UTC revision 1.3 by ArceneL, Fri Jul 25 14:08:04 2003 UTC
# Line 1  Line 1 
1  #! /usr/bin/perl -w  #! /usr/bin/perl -w
2    
3    #  This file is part of ff3d - http://www.freefem.org/ff3d
4    
5    #  This program is free software; you can redistribute it and/or modify
6    #  it under the terms of the GNU General Public License as published by
7    #  the Free Software Foundation; either version 2, or (at your option)
8    #  any later version.
9    
10    #  This program is distributed in the hope that it will be useful,
11    #  but WITHOUT ANY WARRANTY; without even the implied warranty of
12    #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13    #  GNU General Public License for more details.
14    
15    #  You should have received a copy of the GNU General Public License
16    #  along with this program; if not, write to the Free Software Foundation,
17    #  Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
18    
19    #  $Id$
20    
21  # Test of the "mesh" keyword  # Test of the "mesh" keyword
22    
23  require 'check.ph';  require 'check.ph';
# Line 11  vertex b = (1,1,1); Line 29  vertex b = (1,1,1);
29  mesh M = structured(n,a,b);  mesh M = structured(n,a,b);
30  EOF  EOF
31    
32  ### Not implemented yet!      die "### Not implemented yet!";
33    
34  Report();  Report();

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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