Ignore:
Timestamp:
Jun 15, 2010, 5:34:24 PM (13 years ago)
Author:
steve
Message:

Adding in a few new files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/development/2010-projects/anuga_1d/generic/generic_domain.py

    r7839 r7842  
    104104        self.build_surrogate_neighbour_structure()         
    105105
    106         #Build boundary dictionary mapping (id, edge) to symbolic tags
    107106        #Build boundary dictionary mapping (id, vertex) to symbolic tags
    108107        self.build_boundary_dictionary(boundary)
     
    745744                msg += 'in the supplied dictionary.\n'
    746745                msg += 'The tags are: %s' %self.get_boundary_tags()
    747                 raise msg
     746                raise Exception, msg
    748747
    749748
     
    12471246                #print 'name %s j = %f \n'%(name,j)
    12481247                Q = self.quantities[name]
     1248
    12491249                Q.boundary_values[i] = q[j]
    12501250                #print 'Q=',Q
Note: See TracChangeset for help on using the changeset viewer.