...
This commit is contained in:
@@ -28,4 +28,4 @@ FortranCInterface_HEADER(FortranCInterface.h
|
||||
FortranCInterface_VERIFY(CXX)
|
||||
|
||||
add_library(fitpack STATIC ${src_files} fitpack.h)
|
||||
|
||||
set(FITPACK_INCLUDE_DIR ${CMAKE_CURRENT_BINARY_DIR} PARENT_SCOPE)
|
||||
|
||||
@@ -1,11 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <limits>
|
||||
#include <memory>
|
||||
#include <ranges>
|
||||
#include <vector>
|
||||
|
||||
#include "/home/timur/PROGRAMS/C++/build-mountcontrol-Desktop-Debug/cxx/fitpack/FortranCInterface.h"
|
||||
#include <FortranCInterface.h>
|
||||
|
||||
extern "C" {
|
||||
void surfit(int* iopt,
|
||||
|
||||
Reference in New Issue
Block a user