Changeset 3257 in Sophya


Ignore:
Timestamp:
May 27, 2007, 11:51:25 PM (18 years ago)
Author:
ansari
Message:

Petite modif (liee a l'identification des templates) pour compil avec gcc 4 , Reza 27/05/2007

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Eval/JET/smtx.cc

    r2798 r3257  
    1919  : MtxSize(), JETExpression<T, JETExpMtx<T> >(), dbv_(&data_, this)
    2020{
    21   Expression().JETExpMtxSet(&data_, this);
     21  this->Expression().JETExpMtxSet(&data_, this);
    2222}
    2323
     
    2626  : MtxSize(nr, nc), JETExpression<T, JETExpMtx<T> >(), data_(nr*nc), dbv_(&data_, this)
    2727{
    28   Expression().JETExpMtxSet(&data_, this);
     28  this->Expression().JETExpMtxSet(&data_, this);
    2929}
    3030
     
    3333  : MtxSize(m), JETExpression<T, JETExpMtx<T> >(), data_(m.data_), dbv_(&data_, this)
    3434{
    35   Expression().JETExpMtxSet(&data_, this);
     35  this->Expression().JETExpMtxSet(&data_, this);
    3636}
    3737
Note: See TracChangeset for help on using the changeset viewer.