Skip to content

Commit 208fb2b

Browse files
committed
Shaobo: add new features
1 parent cd26de8 commit 208fb2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cpp/Para.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Para {
2020
static double p_monteCarloSim(vector< map<string, double> >);
2121
void p_setInfluence(vector< map<string, double> >);
2222
void p_setInfluence_lit(vector< map<string, double> >);
23-
vector< pair<string, double> > sortMap(map<string, double>);
23+
static vector< pair<string, double> > sortMap(map<string, double>);
2424
static vector< pair<string, double> > p_getInfluence(vector< map<string, double> >, int);
2525

2626
private:

0 commit comments

Comments
 (0)