Show
Ignore:
Timestamp:
08/16/09 18:13:28 (15 years ago)
Author:
smidl
Message:

Changed UIREGISTER for templated classes to UIREGISTER2.

* it is now consistent with SHAREDPTR2
* it works even when two UIREGISTERS are on the same line in defferent files

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/stat/exp_family.h

    r529 r535  
    164164 
    165165}; 
    166 UIREGISTER (enorm<chmat>); 
     166UIREGISTER2 (enorm, chmat); 
    167167SHAREDPTR2 ( enorm, chmat ); 
    168 UIREGISTER (enorm<ldmat>); 
     168UIREGISTER2 (enorm, ldmat); 
    169169SHAREDPTR2 ( enorm, ldmat ); 
    170 UIREGISTER (enorm<fsqmat>); 
     170UIREGISTER2 (enorm, fsqmat); 
    171171SHAREDPTR2 ( enorm, fsqmat ); 
    172172 
     
    571571                }; 
    572572}; 
    573 UIREGISTER (mlnorm<ldmat>); 
     573UIREGISTER2 (mlnorm,ldmat); 
    574574SHAREDPTR2 ( mlnorm, ldmat ); 
    575 UIREGISTER (mlnorm<fsqmat>); 
     575UIREGISTER2 (mlnorm,fsqmat); 
    576576SHAREDPTR2 ( mlnorm, fsqmat ); 
    577 UIREGISTER (mlnorm<chmat>); 
     577UIREGISTER2 (mlnorm, chmat); 
    578578SHAREDPTR2 ( mlnorm, chmat ); 
    579579 
     
    635635}; 
    636636 
    637 UIREGISTER (mgnorm<chmat>); 
     637UIREGISTER2 (mgnorm, chmat); 
    638638SHAREDPTR2 ( mgnorm, chmat ); 
    639639