Changeset 1103 in Sophya for trunk/SophyaLib/TArray/tmatrix.cc


Ignore:
Timestamp:
Jul 27, 2000, 2:00:10 AM (25 years ago)
Author:
ansari
Message:

Suite operations entre matrices de <> MemOrg, Amelioration des Sequences - Reza 27/7/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/TArray/tmatrix.cc

    r1099 r1103  
    1 // $Id: tmatrix.cc,v 1.14 2000-07-26 16:29:45 ansari Exp $
     1// $Id: tmatrix.cc,v 1.15 2000-07-27 00:00:09 ansari Exp $
    22//                         C.Magneville          04/99
    33#include "machdefs.h"
     
    5454{
    5555  arrtype_ = 1;   // Type = Matrix
     56  UpdateMemoryMapping(a, SameMemoryMapping);
    5657}
    5758
     
    6667{
    6768  arrtype_ = 1;   // Type = Matrix
     69  UpdateMemoryMapping(a, SameMemoryMapping);
    6870}
    6971
     
    111113{
    112114  arrtype_ = 1;   // Type = Matrix
     115  UpdateMemoryMapping(a, SameMemoryMapping);
    113116  SetBA(a);
    114117}
Note: See TracChangeset for help on using the changeset viewer.