Ignore:
Timestamp:
Mar 17, 2009, 4:02:54 PM (14 years ago)
Author:
rwilson
Message:

Revert back to 6481, prior to auto-merge of trunk and numpy branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/numpy/anuga/abstract_2d_finite_volumes/test_general_mesh.py

    r6517 r6533  
    9191                  str(verts)))
    9292        self.assert_(num.allclose(num.array([nodes_absolute[1],
    93                                      nodes_absolute[0],
    94                                      nodes_absolute[2]]), verts))
    95         verts = domain.get_vertex_coordinates(triangle_id=0,
    96                                               absolute=True)       
    97         self.assert_(num.allclose(num.array([nodes_absolute[1],
    98                                      nodes_absolute[0],
    99                                      nodes_absolute[2]]), verts))
    100        
    101        
     93                                             nodes_absolute[0],
     94                                             nodes_absolute[2]]),
     95                                  verts), msg)
    10296
    10397    def test_get_vertex_coordinates_triangle_id(self):
Note: See TracChangeset for help on using the changeset viewer.