From c263636b86d204c9500ed2fe58e4f9db74c28bee Mon Sep 17 00:00:00 2001 From: nilshah98 Date: Tue, 25 Jun 2019 12:55:20 +0530 Subject: Resolves #100 --- src/ngspiceSimulation/pythonPlotting.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ngspiceSimulation/pythonPlotting.py') diff --git a/src/ngspiceSimulation/pythonPlotting.py b/src/ngspiceSimulation/pythonPlotting.py index de6d958a..b9474403 100644 --- a/src/ngspiceSimulation/pythonPlotting.py +++ b/src/ngspiceSimulation/pythonPlotting.py @@ -626,7 +626,7 @@ class DataExtraction: p += 1 # 'p' gives no. of lines of data for each node/branch if "Index" in i: npv += 1 - # 'npv' gives the no of partitions for a single voltage node + # 'npv' gives the no of partitions for a single voltage node # print("npv:", npv) if "AC" in i: # DC for dc files and AC for ac ones break @@ -637,7 +637,7 @@ class DataExtraction: p += 1 if "Index" in i: npv += 1 - # 'npv' gives the no of partitions for a single voltage node + # 'npv' gives the no of partitions for a single voltage node # print("npv:", npv) if "Transient" in i: # DC for dc files and AC for ac ones break @@ -649,7 +649,7 @@ class DataExtraction: p += 1 if "Index" in i: npv += 1 - # 'npv' gives the no of partitions for a single voltage node + # 'npv' gives the no of partitions for a single voltage node # print("npv:", npv) if "DC" in i: # DC for dc files and AC for ac ones break -- cgit