print(dx) fails

Issue #250 resolved
Nico Schlömer created an issue

MWE:

from dolfin import *
print(dx)

gives

NameError: global name 'dm' is not defined

Comments (4)

  1. Log in to comment