Skip to content
Snippets Groups Projects
Commit fcd529d6 authored by stonneau's avatar stonneau
Browse files

renamed header files

parent 5823a5f7
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
#ifndef _CLASS_BEZIERCURVE
#define _CLASS_BEZIERCURVE
#include "Curve_ABC.h"
#include "curve_abc.h"
#include "MathDefs.h"
......
/**
* \file ExactCubic.h
* \file cubic_function.h
* \brief Definition of a cubic spline.
* \author Steve T.
* \version 0.1
......@@ -16,7 +16,7 @@
#include "MathDefs.h"
#include "Curve_ABC.h"
#include "curve_abc.h"
#include <stdexcept>
......
File moved
......@@ -20,8 +20,8 @@
#ifndef _CLASS_EXACTCUBIC
#define _CLASS_EXACTCUBIC
#include "Curve_ABC.h"
#include "CubicFunction.h"
#include "curve_abc.h"
#include "cubic_function.h"
#include "MathDefs.h"
......
#include "spline/CubicFunction.h"
#include "spline/ExactCubic.h"
#include "spline/BezierCurve.h"
#include "spline/cubic_function.h"
#include "spline/exact_cubic.h"
#include "spline/bezier_curve.h"
#include <string>
#include <iostream>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment