Changeset 13917


Ignore:
Timestamp:
11/08/12 15:29:16 (12 years ago)
Author:
cborstad
Message:

BUG: update counter with += not =+

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/mesh/bamg.py

    r13910 r13917  
    104104
    105105                        #update counter
    106                         count=+nods
     106                        count+=nods
    107107
    108108                #take care of rifts
Note: See TracChangeset for help on using the changeset viewer.