Skip to content

Commit

Permalink
merging develop into hamil_getters
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanKipp committed Nov 17, 2021
1 parent ace145b commit f1e1e9d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/src/Spirit/Hamiltonian.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -442,11 +442,7 @@ try
*n_shells = ham->exchange_shell_magnitudes.size();

// Note the array needs to be correctly allocated beforehand!
<<<<<<< HEAD
if(jij != nullptr)
=======
for( std::size_t i = 0; i < ham->exchange_shell_magnitudes.size(); ++i )
>>>>>>> develop
{
for( int i = 0; i < ham->exchange_shell_magnitudes.size(); ++i )
{
Expand Down

0 comments on commit f1e1e9d

Please sign in to comment.