Skip to content

Commit

Permalink
Syntax fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbmetcalf committed Dec 18, 2019
1 parent a29bf05 commit b207584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TreeCode_link/TreeDriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1511,7 +1511,7 @@ RAY ImageInfo::highestSurfaceBrightnessRay(){
}
}

return RAY(p);
return RAY(*p);
}

ImageInfo & ImageInfo::operator+=(ImageInfo & rhs){
Expand Down

0 comments on commit b207584

Please sign in to comment.