@@ -4,7 +4,7 @@
|
||||
class Branch
|
||||
{
|
||||
public:
|
||||
Branch(double ratio,const QString& from, const QString& to);
|
||||
Branch(const QString& from, const QString& to);
|
||||
protected:
|
||||
double r;
|
||||
double x;
|
||||
|
||||
Reference in New Issue
Block a user