Skip to content
Snippets Groups Projects
Commit ddba5d13 authored by Martin Reinecke's avatar Martin Reinecke
Browse files

fix

parent 7614a6b9
No related branches found
No related tags found
No related merge requests found
......@@ -28,16 +28,7 @@ class MultiDomain(object):
This class is the domain of the direct sum of fields living
over (possibly different) domains. To make an instance
of this class call MultiDomain.make(inp)
Parameters
----------
inp : MultiDomain or tuple(DomainTuple)
The already built MultiDomain or a tuple of DomainTuples
Returns
------
A MultiDomain with the input Domains as domains
of this class, call `MultiDomain.make(inp)`.
"""
_domainCache = {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment