Skip to content

Commit

Permalink
Added a FixedOrder option for phasing
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-whalen-roslin committed Jul 3, 2019
1 parent cc35643 commit 4c95854
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/MemberManagerModule.f90
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ function newMemberManager(c, iterateType, iterateNumber) result(manager)
character (len = 300) :: iterateType
integer, intent(in) :: iterateNumber

print *, iterateType

if (iterateType .eq. "Off") then
call createAll(manager, c)
end if
Expand Down

0 comments on commit 4c95854

Please sign in to comment.