diff --git a/Dockerfile b/Dockerfile index 3ff9bbc..d28f04e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ # 导入代码库镜像 视包含的代码库多少编译后的镜像可包含部分至全部GCTL代码库内容 -FROM gctl:2.0.6 AS gctl_library -FROM gctl_mesh:2.0 AS gctl_mesh_library -FROM gctl_optimization:2.0 AS gctl_optimization_library -FROM gctl_ai:2.0 AS gctl_ai_library -FROM gctl_potential:2.0 AS gctl_potential_library -FROM gctl_seismic:2.0 AS gctl_seismic_library -FROM gctl_elecmag:2.0 AS gctl_elecmag_library +FROM gctl:2.0.9 AS gctl_library +FROM gctl_mesh:2.0.9 AS gctl_mesh_library +FROM gctl_optimization:2.0.9 AS gctl_optimization_library +FROM gctl_ai:2.0.9 AS gctl_ai_library +FROM gctl_potential:2.0.9 AS gctl_potential_library +FROM gctl_seismic:2.0.9 AS gctl_seismic_library +FROM gctl_elecmag:2.0.9 AS gctl_elecmag_library # 编译平台 FROM ubuntu:20.04 AS builder # 从代码库镜像中复制库文件和头文件 diff --git a/dsviewer/dsviewer.h b/dsviewer/dsviewer.h index 75d4c91..4d178b5 100644 --- a/dsviewer/dsviewer.h +++ b/dsviewer/dsviewer.h @@ -29,7 +29,6 @@ #define GCTL_DSVIEWER_H #include -#include "gctl/core/vector_wrapper.h" #include "gctl/io.h" using namespace gctl; diff --git a/gmsh2vtk/func_msh2vtk.h b/gmsh2vtk/func_msh2vtk.h index 8464703..8fb0ce1 100644 --- a/gmsh2vtk/func_msh2vtk.h +++ b/gmsh2vtk/func_msh2vtk.h @@ -38,7 +38,6 @@ #include "vector" #include "map" -#include "gctl/core/vector_wrapper.h" #include "gctl/io.h" #include "gctl/utility.h" diff --git a/grd2xyz/grd2xyz.cpp b/grd2xyz/grd2xyz.cpp index c972231..10065c2 100644 --- a/grd2xyz/grd2xyz.cpp +++ b/grd2xyz/grd2xyz.cpp @@ -25,7 +25,6 @@ * Also add information on how to contact you by electronic and paper mail. ******************************************************/ -#include "gctl/core/vector_wrapper.h" #include "gctl/io.h" #include "gctl/utility.h" diff --git a/nc2other/nc2other.cpp b/nc2other/nc2other.cpp index 21cbaf6..373e718 100644 --- a/nc2other/nc2other.cpp +++ b/nc2other/nc2other.cpp @@ -25,7 +25,6 @@ * Also add information on how to contact you by electronic and paper mail. ******************************************************/ -#include "gctl/core/vector_wrapper.h" #include "gctl/io.h" #include "gctl/utility.h" diff --git a/ncget/ncget.cpp b/ncget/ncget.cpp index 216f935..a84b502 100644 --- a/ncget/ncget.cpp +++ b/ncget/ncget.cpp @@ -25,7 +25,6 @@ * Also add information on how to contact you by electronic and paper mail. ******************************************************/ -#include "gctl/core/vector_wrapper.h" #include "gctl/io.h" #include "gctl/utility.h" diff --git a/ncinfo/ncinfo.cpp b/ncinfo/ncinfo.cpp index 4d14168..93fa36a 100644 --- a/ncinfo/ncinfo.cpp +++ b/ncinfo/ncinfo.cpp @@ -25,7 +25,6 @@ * Also add information on how to contact you by electronic and paper mail. ******************************************************/ -#include "gctl/core/vector_wrapper.h" #include "gctl/io.h" #include "gctl/utility.h" diff --git a/txtinfo/txtinfo.cpp b/txtinfo/txtinfo.cpp index ad1ffdd..128fe62 100644 --- a/txtinfo/txtinfo.cpp +++ b/txtinfo/txtinfo.cpp @@ -25,7 +25,6 @@ * Also add information on how to contact you by electronic and paper mail. ******************************************************/ -#include "gctl/core/vector_wrapper.h" #include "gctl/io.h" #include "gctl/utility.h"