mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-13 17:53:11 +02:00
Make delay base units documentation consistent with other usages
This commit is contained in:
parent
9e326c29db
commit
37ba83a44b
@ -76,7 +76,7 @@ struct EDA_IU_SCALE
|
||||
const double IU_PER_MM;
|
||||
const double IU_PER_MILS;
|
||||
const double IU_PER_PS{ 1e6 }; ///< Internal time units are attoseconds
|
||||
const double IU_PER_PS_PER_MM{ 1e6 }; ///< Internal velocity units are attoseconds/mm
|
||||
const double IU_PER_PS_PER_MM{ 1e6 }; ///< Internal delay units are attoseconds/mm
|
||||
const double MM_PER_IU;
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user