Ignore:
Timestamp:
Oct 3, 2007, 7:13:20 PM (18 years ago)
Author:
ansari
Message:

forcage conversion Norm2() en double ds NomAdapter array/matrices, Reza 02/10/2007

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/nomtarradapter.cc

    r3333 r3335  
    101101    else if (opts[0] == "norm2") {
    102102      MuTyV mtv(mArr->Norm2());
     103      r_8 nrm2 = mtv.Convert(nrm2);  // we force the conversion to double
     104      mtv = nrm2;
    103105      string s;
    104106      return mtv.Convert(s);
Note: See TracChangeset for help on using the changeset viewer.