Qucs-core
0.0.19
|
#include <algorithm>
#include <cassert>
#include "logging.h"
#include "object.h"
#include "node.h"
#include "complex.h"
#include "circuit.h"
#include "net.h"
#include "nodelist.h"
Go to the source code of this file.
Namespaces | |
namespace | qucs |
Functions | |
static int | qucs::sortfunc (struct nodelist_t *n) |
static int | qucs::insfunc (struct nodelist_t *n1, struct nodelist_t *n2) |