When I qualify the names of functions or types within a module that I am "using" with the name of the module, as for instance
fens1=FENodeSetModule.FENodeSet(xyz=[X[:,1] X[:,2]]), I can access everything, even though the module does not export anything. Is that as expected? Thanks, Petr
