Skip to content

Commit

Permalink
Core: fix minor bug from recent merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
GPMueller committed Apr 5, 2019
1 parent 1043fa5 commit 05a1c20
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/src/engine/Hamiltonian_Heisenberg.cu
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@

using namespace Data;
using namespace Utility;
using Utility::Constants::mu_B;
using Utility::Constants::mu_0;
using Utility::Constants::Pi;
namespace C = Utility::Constants;
using Engine::Vectormath::check_atom_type;
using Engine::Vectormath::idx_from_pair;
using Engine::Vectormath::cu_check_atom_type;
Expand Down

0 comments on commit 05a1c20

Please sign in to comment.