Browse Source

pragma once

tags/1.2.2
xenakios 7 years ago
parent
commit
f71f437d3e
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      Source/jcdp_envelope.h

+ 1
- 4
Source/jcdp_envelope.h View File

@@ -15,8 +15,7 @@ www.gnu.org/licenses

*/

#ifndef JCDP_ENVELOPE_H
#define JCDP_ENVELOPE_H
#pragma once

#include <vector>
#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>;

#endif // JCDP_ENVELOPE_H

Loading…
Cancel
Save