* ./unicorn:

- New: Adds a call to dumpMeasures().
This commit is contained in:
Jean-Paul Chaput 2010-04-17 10:15:02 +00:00
parent 3f8e8459fc
commit 2daae9a939
1 changed files with 1 additions and 0 deletions

View File

@ -302,6 +302,7 @@ int main ( int argc, char *argv[] )
kite->runNegociate ();
kiteSuccess = kite->getToolSuccess ();
kite->finalizeLayout ();
kite->dumpMeasures ();
kite->destroy ();
if ( saveDesign ) {