Changeset 151

Show
Ignore:
Timestamp:
07/12/08 01:18:43 (5 months ago)
Author:
baxissimo
Message:

Workaround for bug in D1.033.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/LinAlg/linalg/VectorT.d

    r150 r151  
    492492    //------------------------------------------------------------ euclidean norm 
    493493 
    494     static if (typeof(this).is_float) { 
     494    static if (vector_type.is_float) { 
    495495        /// \name Euclidean norm calculations 
    496496        //@{ 
     
    572572    } 
    573573 
    574     static if (typeof(this).is_float) { 
     574    static if (vector_type.is_float) { 
    575575        /// return arithmetic mean 
    576576        Scalar mean() /*const*/