Open lileicc opened 10 years ago
@cberzan would you please check why it fails the test?
solved compilation issue.
I have another thought about extern.
extern
might not be necessary. Since we can already write,
fixed Real abs(Real abs) = blog.model.AbsInterp();
Or we should even simplify it to be
fixed Real abs(Real abs) = blog.model.AbsInterp;
extern Real abs(Real x);
distribution Real Gaussian(Real mu, Real variance);
@lileicc Are you still changing this, or should I review?
This is not ready for review yet. Since it needs support in Semant.java.
On Wed, Oct 1, 2014 at 5:24 PM, cberzan notifications@github.com wrote:
@lileicc https://github.com/lileicc Are you still changing this, or should I review?
— Reply to this email directly or view it on GitHub https://github.com/BayesianLogic/blog/pull/307#issuecomment-57562133.
@cberzan @jxwuyi @datang1992 @tejasvsrinivasan