pragma once

This commit is contained in:
xenakios 2018-06-21 21:34:43 +03:00
parent 4a694f267e
commit f71f437d3e

View File

@ -15,8 +15,7 @@ www.gnu.org/licenses
*/ */
#ifndef JCDP_ENVELOPE_H #pragma once
#define JCDP_ENVELOPE_H
#include <vector> #include <vector>
#include <algorithm> #include <algorithm>
@ -687,5 +686,3 @@ inline double derivative(const F& f, double x, const Args&... func_args)
} }
using shared_envelope = std::shared_ptr<breakpoint_envelope>; using shared_envelope = std::shared_ptr<breakpoint_envelope>;
#endif // JCDP_ENVELOPE_H