Changeset 3819 in Sophya for trunk/SophyaLib/TArray


Ignore:
Timestamp:
Jul 26, 2010, 5:25:56 PM (15 years ago)
Author:
ansari
Message:

petite correction ds SSQM/diagmtx.h suite compil gcc 4.2/Linux, Reza 26/07/2010

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/TArray/diagmtx.h

    r3809 r3819  
    108108//! operator = Sequence seq 
    109109inline DiagonalMatrix<T>& operator = (IdentityMatrix & idmx)
    110   {  SetCst(idmx.Diag()); return (*this); }
     110  {  SetCst((T)(idmx.Diag())); return (*this); }
    111111
    112112//--- Operateurs d'acces aux elements
Note: See TracChangeset for help on using the changeset viewer.