You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
jean-pierre charras 92632a7a13 pcb_calculator/transline/microstrip.cpp: remove useless local var, shadowing a member var. 9 years ago
..
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. 10 years ago
c_microstrip.h Explicitly mark overriding functions. 9 years ago
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 ) 10 years ago
coax.h Explicitly mark overriding functions. 9 years ago
coplanar.cpp Fix minor bug #1429990 (3D viewer shows hidden footprint graphic texts ). Fix minor coverity warnings (not initialized members and dead code) 11 years ago
coplanar.h Explicitly mark overriding functions. 9 years ago
microstrip.cpp pcb_calculator/transline/microstrip.cpp: remove useless local var, shadowing a member var. 9 years ago
microstrip.h Explicitly mark overriding functions. 9 years ago
rectwaveguide.cpp Fix minor bug #1429990 (3D viewer shows hidden footprint graphic texts ). Fix minor coverity warnings (not initialized members and dead code) 11 years ago
rectwaveguide.h Explicitly mark overriding functions. 9 years ago
stripline.cpp Fix minor bug #1429990 (3D viewer shows hidden footprint graphic texts ). Fix minor coverity warnings (not initialized members and dead code) 11 years ago
stripline.h Explicitly mark overriding functions. 9 years ago
transline.cpp Add missing C++ stdlib headers 10 years ago
transline.h Add a new utility: pcb_calculator (need of course wore work) 14 years ago
twistedpair.cpp Fix minor bug #1429990 (3D viewer shows hidden footprint graphic texts ). Fix minor coverity warnings (not initialized members and dead code) 11 years ago
twistedpair.h Explicitly mark overriding functions. 9 years ago
units.h Pl_Editor: fix minor issues in multi-lines texts 12 years ago