On May 19, 10:45 am, 7stud <[EMAIL PROTECTED]> wrote: > > refineModule.py: > --------------- > def refine(userfunc, mesh): > #process mesh > func(mesh) >
The last line should be: userfunc(mesh) -- http://mail.python.org/mailman/listinfo/python-list
On May 19, 10:45 am, 7stud <[EMAIL PROTECTED]> wrote: > > refineModule.py: > --------------- > def refine(userfunc, mesh): > #process mesh > func(mesh) >
The last line should be: userfunc(mesh) -- http://mail.python.org/mailman/listinfo/python-list