We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ccb0124 + 3b99ece commit 5b2f2b2Copy full SHA for 5b2f2b2
4 files changed
.gitignore
@@ -18,4 +18,10 @@
18
19
# Workflow products
20
src/examples/TokaMaker/AdvancedWorkflows/IsofluxController/IODATA*
21
-src/examples/TokaMaker/AdvancedWorkflows/IsofluxController/__pycache__*
+src/examples/TokaMaker/AdvancedWorkflows/IsofluxController/__pycache__
22
+
23
+# Build/environment artifacts
24
+/libs/
25
+/oft_venv/
26
+/compiler_id.txt
27
+/setup_env.sh
src/base/CMakeLists.txt
@@ -1,12 +1,14 @@
1
set( BASE_OBJS
2
oft_local_c.c
3
+ oft_xml_c.c
4
oft_sort_c.cxx
5
spline.f
6
oft_local.F90
7
oft_base.F90
8
oft_sort.F90
9
oft_io.F90
10
oft_stitching.F90
11
+ oft_xml.F90
12
)
13
14
add_library( oftbase
0 commit comments