cairo_stroke(cr);
break;
- case SCF_EDA_Inductor:
+ case SCF_EDA_Capacitor:
p = c->pins[SCF_EDA_Battery_POS];
cairo_move_to(cr, c->x - 8, c->y - 5);
cairo_line_to(cr, c->x + 8, c->y - 5);
int ret = _topo_paths(f, el, ctx->paths);
if (ret < 0)
return ret;
-#if 1
+#if 0
ret = _topo_path_completes(f, ctx->paths);
if (ret < 0)
return ret;
return ret;
int j;
- for (j = 0; j < 3; j++) {
+ for (j = 0; j < 1; j++) {
printf("\n\033[33m%s(), %d(), j: %d\033[0m\n", __func__, __LINE__, j);
ret = __ses_steps_analyse(f, ns, i, ctx);
EDA_INST_ADD_COMPONENT(f, R1, SCF_EDA_Resistor);
EDA_INST_ADD_COMPONENT(f, R2, SCF_EDA_Resistor);
EDA_INST_ADD_COMPONENT(f, R3, SCF_EDA_Resistor);
- EDA_INST_ADD_COMPONENT(f, C0, SCF_EDA_Inductor);
+ EDA_INST_ADD_COMPONENT(f, C0, SCF_EDA_Capacitor);
EDA_PIN_ADD_PIN(B, SCF_EDA_Battery_POS, R0, 1);
EDA_PIN_ADD_PIN(R0, 0, R1, 1);