← Back to team overview

ffc team mailing list archive

bug in algebra.py

 

In algebra.py, it looks like

  from reassign import *

should be

  from reassignment import *

I made the change in my repository on fenics.org (/home/garth/ffc).

Garth