Skip to content
Snippets Groups Projects
Commit 590128e1 authored by Martin Reinecke's avatar Martin Reinecke
Browse files

add FIXME

parent dfe6fb20
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,8 @@ class EnergySum(Energy):
eout = []
fout = []
EnergySum._unpackEnergies(energies, factors, 1., eout, fout)
# FIXME we need to reach an agreement about how we want to deal
# with domain and field compatibility. Until then, we relax te check.
# for e in eout[1:]:
# if not e.position.isEquivalentTo(eout[0].position):
# raise ValueError("position mismatch")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment