friguzzi / cplint

cplint is a suite of programs for reasoning with probabilistic logic programs
Other
67 stars 14 forks source link

typo in mc_prob/3 #14

Closed arunwise closed 6 years ago

arunwise commented 6 years ago

The code reads

oprion(bar(Chart),Options,no),

I guess it should be option.

giuseta commented 6 years ago

Thank you for reporting, but I cannot find in where is this typo. Could you please tell me the file and the line?

arunwise commented 6 years ago

This is the link to the file and line number

https://github.com/friguzzi/cplint/blob/5eca8e7f3a154b2823f62ca1103e3d71a6f12a11/prolog/mcintyre.pl#L456

friguzzi commented 6 years ago

fixed