Skip to content

Commit

Permalink
Bug fix: constraint_id. Not used so no consequence
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin committed Dec 21, 2023
1 parent 8e337c7 commit 0e63217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module_constraints.f90
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ subroutine set_constraints
k = (j - 1) * HOsp_dim2
if ( (i >= 21) .and. (i < 27) ) constraint_pair = constraint_pair + 1

constraint_id(j) = i
constraint_id(j) = i + m - 1

select case (i)
case (1)
Expand Down

0 comments on commit 0e63217

Please sign in to comment.