Skip to content
Snippets Groups Projects
Commit 0a8a7cd5 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Add 2 new modules

parent 91fed487
No related branches found
No related tags found
No related merge requests found
_namedict = {"quadrature_factor": "fac"}
def name(key):
return _namedict[key]
\ No newline at end of file
class Restriction:
NONE = 0
POSITIVE = 1
NEGATIVE = 2
\ No newline at end of file
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