Ignore:
Timestamp:
Jun 2, 2005, 3:34:08 PM (18 years ago)
Author:
Jari Häkkinen
Message:

Fixed needed base class contructor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/svm/KernelView.cc

    r331 r333  
    33#include <c++_tools/svm/KernelView.h>
    44
    5 #include <c++_tools/svm/Kernel.h>
    65#include <c++_tools/svm/KernelFunction.h>
    7 #include <c++_tools/svm/Kernel.h>
    8 #include <c++_tools/gslapi/matrix.h>
    9 #include <c++_tools/gslapi/vector.h>
     6
    107
    118namespace theplu {
     
    1310
    1411KernelView::KernelView(const Kernel& kernel, const std::vector<size_t>& index)
    15   : kernel_(&kernel), index_(index)
     12  : Kernel(kernel), kernel_(&kernel), index_(index)
    1613{
    1714  // to view into the original kernel rather than a view
Note: See TracChangeset for help on using the changeset viewer.