Ignore:
Timestamp:
Dec 22, 2009, 9:45:07 PM (13 years ago)
Author:
Peter
Message:

fixes #565

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/regression/MultiDimensional.h

    r2119 r2126  
    66/*
    77  Copyright (C) 2005, 2006, 2007, 2008 Jari Häkkinen, Peter Johansson
     8  Copyright (C) 2009 Peter Johansson
    89
    910  This file is part of the yat library, http://dev.thep.lu.se/yat
     
    2425
    2526#include "yat/utility/Matrix.h"
    26 #include "yat/utility/VectorBase.h"
     27#include "yat/utility/Vector.h"
    2728
    2829#include <gsl/gsl_multifit.h>
     
    9394
    9495  private:
     96    // no copy allowed
     97    MultiDimensional(const MultiDimensional&);
     98    MultiDimensional& operator=(const MultiDimensional&);
     99
    95100    double chisquare_;
    96101    double s2_;
Note: See TracChangeset for help on using the changeset viewer.