Skip to content

Commit

Permalink
Error message in rddmin algo
Browse files Browse the repository at this point in the history
  • Loading branch information
lathuili committed Jun 14, 2018
1 parent 657e7f2 commit e28d801
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions verrou_dd
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,8 @@ class DDvr(DD.DD):
def RDDMin(self, deltas):
ddminTab=[]
testResult=self._test(deltas)
if testResult!=self.FAIL:
self.deltaFailedMsg(deltas)
index=0
while testResult==self.FAIL:
conf = self.ddmin(deltas)
Expand Down

0 comments on commit e28d801

Please sign in to comment.