Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 80f6bf9

Browse files
committed
fix bug in SCSL
1 parent 84bb421 commit 80f6bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SCSL/Rein/Rein/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ int main(int argc, char **argv)
4545
string windowcontent="";
4646
bool firstchange=true;
4747
double matchingtime = 0;
48-
int totaladjusttime = 0;
48+
double totaladjusttime = 0;
4949

5050
/////////////////////////////////start old rein///////////////////////////////////////////
5151
// insert

0 commit comments

Comments
 (0)