This commit is contained in:
jean-pierre charras 2020-09-16 11:31:09 +02:00
parent c4b66e7cd3
commit e137d61b29
1 changed files with 3 additions and 3 deletions

View File

@ -122,13 +122,13 @@ bool DRC_TEST_PROVIDER_COPPER_CLEARANCE::Run()
reportAux( "Worst clearance : %d nm", m_largestClearance ); reportAux( "Worst clearance : %d nm", m_largestClearance );
reportPhase( _( "Pad clerances..." )); reportPhase( _( "Pad clearances..." ));
testPadClearances(); testPadClearances();
reportPhase( _( "Track/via clerances..." )); reportPhase( _( "Track/via clearances..." ));
testTrackClearances(); testTrackClearances();
reportPhase( _( "Copper drawing/text clerances..." )); reportPhase( _( "Copper drawing/text clearances..." ));
testCopperTextAndGraphics(); testCopperTextAndGraphics();
reportPhase( _( "Zone clearances..." )); reportPhase( _( "Zone clearances..." ));