Show
Ignore:
Timestamp:
06/22/09 13:10:28 (15 years ago)
Author:
mido
Message:

1) UI_File renamed to UIFile
2) part UI's documentation
3) stat/mixtures.h renamed to stat/emix.h and related changes applied

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/pmsm/pmsm_estim.cpp

    r384 r394  
    1818        if ( argc>1 ) {fname = argv[1]; } 
    1919        else { cout << "Missing configuration file.\n Usage: \n $> estimator config_file.cfg"<<endl; abort(); } 
    20         UI_File F ( fname ); 
     20        UIFile F ( fname ); 
    2121 
    2222        logger* L = UI::build <logger>( F, "logger" );