Skip to content
Snippets Groups Projects
Commit 6a94cfb2 authored by Yingjian Wang's avatar Yingjian Wang
Browse files

Update ConstraintsEvalForDouble.jrag

parent ccc23e29
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ aspect Connectives{
//if the pillar is not empty, check if the top disk has size 1
return this.getRel().getDisk(this.getRel().getNumDisk()-1).getSize();
}else{
return -1.0;//no disk, the number is invalid, return -1
return -1;//no disk, the number is invalid, return -1
}
}
eq Term2.evalDouble(){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment