Changeset 318 in flair-src for trunk/lib/FlairFilter/src/ControlLaw.cpp


Ignore:
Timestamp:
07/03/19 17:05:33 (5 years ago)
Author:
Sanahuja Guillaume
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FlairFilter/src/ControlLaw.cpp

    r214 r318  
    1818#include "ControlLaw.h"
    1919#include <Matrix.h>
    20 #include <cvmatrix_descriptor.h>
     20#include <MatrixDescriptor.h>
    2121#include <DataPlot1D.h>
    2222#include <sstream>
     
    3434    output = new Matrix(this, nb_out, 1, floatType, name);
    3535  } else {
    36     cvmatrix_descriptor *desc = new cvmatrix_descriptor(nb_out, 1);
     36    MatrixDescriptor *desc = new MatrixDescriptor(nb_out, 1);
    3737    for (int i = 0; i < nb_out; i++) {
    3838      std::stringstream ss;
Note: See TracChangeset for help on using the changeset viewer.