Skip to content

Commit f2c401f

Browse files
Evaluate the analytic add-back of the singular integrals in quad precision
1 parent 4653aff commit f2c401f

3 files changed

Lines changed: 199 additions & 128 deletions

File tree

src/vmecpp/cpp/vmecpp/free_boundary/singular_integrals/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ cc_library(
55
name = "singular_integrals",
66
srcs = ["singular_integrals.cc"],
77
hdrs = ["singular_integrals.h"],
8+
linkopts = ["-lquadmath"],
89
visibility = ["//visibility:public"],
910
deps = [
1011
"//vmecpp/common/util:util",

0 commit comments

Comments
 (0)