Skip to content

Commit 555fac9

Browse files
authored
CI updates (#36)
remove bh
1 parent b70349a commit 555fac9

2 files changed

Lines changed: 1 addition & 46 deletions

File tree

.github/workflows/publish_binary.yml

Lines changed: 0 additions & 45 deletions
This file was deleted.

cppe/core/bmatrix.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Eigen::VectorXd BMatrix::apply(const Eigen::VectorXd& induced_moments) {
7676
auto scheme = m_options.summation_induced_fields;
7777
if (scheme == "direct") {
7878
return apply_direct(induced_moments);
79-
} else if (scheme == "fmm" or scheme == "bh") {
79+
} else if (scheme == "fmm") {
8080
return apply_fast_summation(induced_moments, scheme);
8181
} else {
8282
throw std::invalid_argument("Invalid summation scheme for induced fields provided.");

0 commit comments

Comments
 (0)