diff options
author | Anthony Wang | 2020-05-26 17:06:18 +0000 |
---|---|---|
committer | repl.it user | 2020-05-26 17:06:18 +0000 |
commit | 63cbc35ea6360a37ca1585797f5798bd48b006fb (patch) | |
tree | 9835295f98173543049769297fedf2dd27adc654 | |
parent | a2fb7db484d9adb3db2b40e902df28209b1ca536 (diff) |
Update main.cpp
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 8657856..61710b9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -73,7 +73,7 @@ struct sentence {
vector<clause> clauses;
string s;
- int weight;
+ weightstruct weight;
void parse()
{
string cl="";
|