Skip to content
Snippets Groups Projects
Commit 8a2febd5 authored by Volker Neff's avatar Volker Neff
Browse files

fixup! remove new operator for testing

parent cae01b8b
No related branches found
No related tags found
1 merge request!6Draft: [WIP] New Field Architekture
......@@ -20,7 +20,7 @@ static const module_t module_Arithc = {"Arithc" ,Arithc
static const module_t module_Arithdays = {"Arithdays" ,Arithdays , ArithdaysHelp , ArithdaysOperators , EXPOSED , CDI_REAL , 1 , 1 , NoRestriction };
static const module_t module_Arithlat = {"Arithlat" ,Arithlat , ArithlatHelp , ArithlatOperators , EXPOSED , CDI_REAL , 1 , 1 , NoRestriction };
static const module_t module_Apply = {"Apply" ,nullptr , ApplyHelp , {"apply"} , EXPOSED , CDI_REAL , 1 , 1 , NoRestriction };
static const module_t module_Bitrounding = {"Bitrounding" ,Bitrounding , BitroundingHelp , BitroundingOperators , EXPOSED , CDI_REAL , 1 , 1 , NoRestriction };
//static const module_t module_Bitrounding = {"Bitrounding" ,Bitrounding , BitroundingHelp , BitroundingOperators , EXPOSED , CDI_REAL , 1 , 1 , NoRestriction };
static const module_t module_Cat = {"Cat" ,Cat , CopyHelp , CatOperators , EXPOSED , CDI_REAL , -1 , 1 , NoRestriction };
static const module_t module_CDItest = {"CDItest" ,CDItest , {} , CDItestOperators , EXPOSED , CDI_REAL , 1 , 1 , NoRestriction };
static const module_t module_CDIread = {"CDIread" ,CDIread , {} , CDIreadOperators , EXPOSED , CDI_REAL , 1 , 0 , NoRestriction };
......
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