Changeset 1079 for library/bdm/math

Show
Ignore:
Timestamp:
06/10/10 21:54:57 (14 years ago)
Author:
smidl
Message:

Changes in merger + change in loading ARX

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/math/square_mat.h

    r1064 r1079  
    324324    } 
    325325    void validate() { 
     326                bdm_assert(L.rows()==D.length(),"Incompatible L and D in ldmat"); 
    326327        dim= L.rows(); 
    327328    }