Skip to content

Commit

Permalink
fix header structure for mutex inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
ygeunkim committed Jan 22, 2024
1 parent 3a25465 commit daa1b07
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions inst/include/mcmchs.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define MCMCHS_H

#include "bvhardraw.h"
#include "bvharprogress.h"

struct HsParams {
int _iter;
Expand Down
1 change: 1 addition & 0 deletions inst/include/mcmcssvs.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define MCMCSSVS_H

#include "bvhardraw.h"
#include "bvharprogress.h"

class McmcSsvs {
public:
Expand Down
1 change: 1 addition & 0 deletions inst/include/mcmcsv.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define MCMCSV_H

#include "bvhardraw.h"
#include "bvharprogress.h"

struct SvParams {
int _iter;
Expand Down
1 change: 0 additions & 1 deletion src/estimate-horseshoe.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include <mcmchs.h>
#include <bvharprogress.h>
#include <bvharinterrupt.h>

//' Gibbs Sampler for Horseshoe BVAR SUR Parameterization
Expand Down
1 change: 0 additions & 1 deletion src/estimate-ssvs.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include <mcmcssvs.h>
#include <bvharprogress.h>
#include <bvharinterrupt.h>

//' BVAR(p) SSVS by Gibbs Sampler
Expand Down
1 change: 0 additions & 1 deletion src/estimate-sv.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include <mcmcsv.h>
#include <bvharprogress.h>
#include <bvharinterrupt.h>

//' VAR-SV by Gibbs Sampler
Expand Down

0 comments on commit daa1b07

Please sign in to comment.