Skip to content
Snippets Groups Projects
Commit b8191304 authored by francois.grand's avatar francois.grand
Browse files

#77 modifs suite à la suppression de l'enum ComputeNodeType.StructureKIVI

parent 02af2612
No related branches found
No related tags found
1 merge request!15Resolve "faire les modifications nécessaires prendre en compte le ticket cassiopee/jalhyd#46 (Gestion de la session dans la lib)"
......@@ -210,7 +210,7 @@
"type": "input",
"id": "alpha",
"unit": "",
"nodeType": "StructureKIVI",
"nodeType": "StructureRectangle",
"dep_exist": [
{
"refid": "select_loidebit1",
......@@ -222,7 +222,7 @@
"type": "input",
"id": "beta",
"unit": "",
"nodeType": "StructureKIVI",
"nodeType": "StructureRectangle",
"dep_exist": [
{
"refid": "select_loidebit1",
......@@ -234,7 +234,7 @@
"type": "input",
"id": "ZRAM",
"unit": "",
"nodeType": "StructureKIVI",
"nodeType": "StructureRectangle",
"dep_exist": [
{
"refid": "select_loidebit1",
......
......@@ -144,11 +144,6 @@ export class FieldSet extends FormulaireElement implements Observer {
structType = StructureType.VanneRectangulaire;
loiDebit = LoiDebit.Cem88v;
break;
case ComputeNodeType.StructureKIVI:
structType = StructureType.SeuilRectangulaire;
loiDebit = LoiDebit.KIVI;
break;
}
return [structType, loiDebit];
}
......
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