kicad/pcb_calculator/transline
jean-pierre charras 92632a7a13 pcb_calculator/transline/microstrip.cpp: remove useless local var, shadowing a member var. 2017-01-20 11:33:01 +01:00
..
c_microstrip.cpp Minor changes: remove a few local shadowed local variables detected using " -Wshadow" gcc compil option ( No bug, just a better code readability ) and fix minor coding style issues. 2016-04-18 20:15:44 +02:00
c_microstrip.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00
coax.cpp Very minor changes: remove a few local shadowed variables (mainly local variables having the same name in the same function) detected using " -Wshadow" gcc compil option ( No bug, just a better code readability ) 2016-04-16 11:57:42 +02:00
coax.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00
coplanar.cpp Fix minor bug #1429990 (3D viewer shows hidden footprint graphic texts ). Fix minor coverity warnings (not initialized members and dead code) 2015-03-11 14:59:43 +01:00
coplanar.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00
microstrip.cpp pcb_calculator/transline/microstrip.cpp: remove useless local var, shadowing a member var. 2017-01-20 11:33:01 +01:00
microstrip.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00
rectwaveguide.cpp Fix minor bug #1429990 (3D viewer shows hidden footprint graphic texts ). Fix minor coverity warnings (not initialized members and dead code) 2015-03-11 14:59:43 +01:00
rectwaveguide.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00
stripline.cpp Fix minor bug #1429990 (3D viewer shows hidden footprint graphic texts ). Fix minor coverity warnings (not initialized members and dead code) 2015-03-11 14:59:43 +01:00
stripline.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00
transline.cpp Add missing C++ stdlib headers 2016-05-28 12:46:29 -04:00
transline.h Add a new utility: pcb_calculator (need of course wore work) 2011-08-05 21:53:42 +02:00
twistedpair.cpp Fix minor bug #1429990 (3D viewer shows hidden footprint graphic texts ). Fix minor coverity warnings (not initialized members and dead code) 2015-03-11 14:59:43 +01:00
twistedpair.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00
units.h Pl_Editor: fix minor issues in multi-lines texts 2013-08-18 17:49:04 +02:00