Ignore:
Timestamp:
Oct 11, 2000, 7:26:43 PM (25 years ago)
Author:
ercodmgr
Message:

Ajout de cxxexecutor (Execution C++ en ligne ds piapp) - CMV+Reza 11/10/2000

File:
1 edited

Legend:

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

    r1215 r1224  
    66#include <complex>
    77
     8#include "datatype.h"
     9
    810#include "tvector.h"
    911#include "objfitter.h"
     
    5355if (v != NULL) type = "TVector< ";
    5456
    55 type +=  DecodeTypeIdName(typeid(T).name());
     57// type +=  DecodeTypeIdName(typeid(T).name());
     58type += DataType<T>::getTypeName();
    5659type +=  " > ";
    5760return(type);
Note: See TracChangeset for help on using the changeset viewer.