Skip to content

Commit 0dc3c79

Browse files
committed
Closes #712
But buggy--dynamic dialog table adjustment is broken.
1 parent 89e0ec2 commit 0dc3c79

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Modules/Legacy/Forward/BuildBEMatrix.cc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@
4141
*
4242
*/
4343

44-
//#include <Core/Algorithms/Math/LinearSystem/SolveLinearSystem.h>
45-
4644
#include <Modules/Legacy/Forward/BuildBEMatrix.h>
4745
#include <Modules/Legacy/Forward/BuildBEMatrixImpl.h>
4846
#include <Core/Algorithms/Legacy/Forward/BuildBEMatrixAlgo.h>
@@ -80,7 +78,7 @@ void BuildBEMatrix::execute()
8078
auto insideConds = state->getValue(Parameters::InsideConductivityList).toVector();
8179

8280
BuildBEMatrixImpl impl(fieldNames, boundaryConditions, outsideConds, insideConds, this);
83-
81+
std::cout << "BEM" << std::endl;
8482
MatrixHandle transferMatrix = impl.executeImpl(inputs);
8583
auto fieldTypes = impl.getInputTypes();
8684
state->setTransientValue(Parameters::FieldTypeList, fieldTypes);

0 commit comments

Comments
 (0)