Skip to content
Snippets Groups Projects
Commit c1b1576a authored by 数学の武士's avatar 数学の武士
Browse files

File rename by language

parent c03123cd
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ set(HEADERS_F
if(USE_CXX)
set(SOURCES_C
srcC/sfx_model_compute_flux_c.c
srcC/c_sfx_model_compute_flux.c
)
set(HEADERS_C
......@@ -99,7 +99,7 @@ if(USE_CXX)
srcCXX/model_base.cpp
srcCXX/sfx_esm.cpp
srcCXX/sfx_sheba.cpp
srcCXX/sfx_model_compute_flux_cxx.cpp
srcCXX/cxx_sfx_model_compute_flux.cpp
)
set(HEADERS_CXX
includeCU/sfx_surface.cuh
......@@ -109,7 +109,7 @@ if(USE_CXX)
includeCXX/model_base.h
includeCXX/sfx_esm.h
includeCXX/sfx_sheba.h
includeCXX/sfx_model_compute_flux_cxx.h
includeCXX/cxx_sfx_model_compute_flux.h
)
list(APPEND HEADERS_DIRS includeCU/)
list(APPEND HEADERS_DIRS includeCXX/)
......
#include <stdlib.h>
#include <stdio.h>
#include "sfx_model_compute_flux_cxx.h"
#include "cxx_sfx_model_compute_flux.h"
// #include "../includeC/sfx_call_cxx.h"
// -------------------------------------------------------------------------- //
......
#include <stdlib.h>
#include <stdio.h>
#include "sfx_model_compute_flux_cxx.h"
#include "cxx_sfx_model_compute_flux.h"
#include "sfx_esm.h"
#include "sfx_sheba.h"
#include <vector>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment