Qucs-GUI
0.0.19
|
#include "marker.h"
#include "diagram.h"
#include "graph.h"
#include "main.h"
#include <QString>
#include <QPainter>
#include <QDebug>
#include <limits.h>
#include <cmath>
#include <stdlib.h>
#include "misc.h"
Go to the source code of this file.
Variables | |
static double | default_Z0 = 50 |
double default_Z0 = 50 [static] |
Definition at line 39 of file marker.cpp.