Skip to content

Commit

Permalink
Merge branch 'hotfix' - v1.8.8 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
GPMueller committed Apr 10, 2019
2 parents 243beed + efb9f5d commit 5ccc673
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ set(META_AUTHOR_MAINTAINER "Gideon Mueller")
set(META_AUTHOR_EMAIL "[email protected]")
set(META_VERSION_MAJOR "1")
set(META_VERSION_MINOR "8")
set(META_VERSION_PATCH "7")
set(META_VERSION_PATCH "8")
set(META_VERSION "${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH}")
set(META_VERSION_REVISION "${GIT_REV}")
### Propagate version and name_version upwards
Expand Down
3 changes: 3 additions & 0 deletions core/src/engine/Hamiltonian_Heisenberg.cu
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ namespace Engine
{ this->ddi_pairs[i].i, this->ddi_pairs[i].j, {ddi_pairs[i].translations[0], ddi_pairs[i].translations[1], ddi_pairs[i].translations[2]} },
this->ddi_magnitudes[i], this->ddi_normals[i]);
}

// Update, which terms still contribute
this->Update_Energy_Contributions();
}

void Hamiltonian_Heisenberg::Update_Energy_Contributions()
Expand Down

0 comments on commit 5ccc673

Please sign in to comment.