Changeset 492

Show
Ignore:
Timestamp:
08/10/09 07:52:18 (15 years ago)
Author:
vbarta
Message:

added UI registration

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/mpdf_test.cpp

    r477 r492  
    1818    ParticularUI<mlnorm<ldmat> > ( "mlnorm<ldmat>" ) ); 
    1919 
     20template<> 
     21const ParticularUI<mlnorm<chmat> > &ParticularUI<mlnorm<chmat> >::factory ( 
     22    ParticularUI<mlnorm<chmat> > ( "mlnorm<chmat>" ) ); 
     23 
    2024TEST ( test_mepdf ) { 
    2125        mpdf_harness::test_config ( "mepdf.cfg" );