Skip to content

Commit

Permalink
fix StructuredTopology.linearfunc
Browse files Browse the repository at this point in the history
  • Loading branch information
gertjanvanzwieten committed Mar 4, 2015
1 parent 72c7d51 commit a91c44f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nutils/topology.py
Original file line number Diff line number Diff line change
Expand Up @@ -952,9 +952,6 @@ def _localsplinebasis ( lknots, p ):

return numpy.array([Ni.coeffs for Ni in N]).T[::-1]

def linearfunc( self ):
'linears'

def basis_discont( self, degree ):
'discontinuous shape functions'

Expand Down

0 comments on commit a91c44f

Please sign in to comment.