Skip to content

Commit

Permalink
Merge pull request #17 from MichaelChirico/patch-2
Browse files Browse the repository at this point in the history
Sync header signature with implementation
  • Loading branch information
jwijffels authored Jan 26, 2023
2 parents fcff0e9 + 5b133d5 commit dd3fe8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/model.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ class Model {
}

// run estimate procedures
void run(string docs_pt, string res_dir);
void run(string doc_pt, string res_dir);

//private:
// intialize memeber varibles and biterms
void model_init(); // load from docs
void load_docs(string docs_pt);
void load_docs(string dfile);

// update estimate of a biterm
void update_biterm(Biterm& bi);
Expand Down

0 comments on commit dd3fe8d

Please sign in to comment.