missing change.

This commit is contained in:
jean-pierre charras 2012-04-27 00:04:09 +02:00
parent 8680e9f34a
commit cdaa5ceac7
1 changed files with 1 additions and 1 deletions

View File

@ -2682,7 +2682,7 @@ void LEGACY_PLUGIN::init( PROPERTIES* aProperties )
// conversion factor for saving RAM BIUs to KICAD legacy file format.
#if defined( USE_PCBNEW_NANOMETRES )
biuToDisk = 1/MM_PER_IU; // BIUs are nanometers & file is mm
biuToDisk = 1/IU_PER_MM; // BIUs are nanometers & file is mm
#else
biuToDisk = 1.0; // BIUs are deci-mils
#endif