Skip to content

Commit

Permalink
finetuning code
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed May 2, 2024
1 parent 00eb5e9 commit ed9794c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/TimblExperiment.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -225,12 +225,12 @@ namespace Timbl {
Initialized = false;
OptParams = NULL;
algorithm = in.algorithm;
ibCount = in.ibCount;
confusionInfo = 0;
CurrentDataFile = in.CurrentDataFile;
WFileName = in.WFileName;
estimate = in.estimate;
Weighting = in.Weighting;
confusionInfo = 0;
match_depth = 0;
match_depth = -1;
estimate = in.estimate;
numOfThreads = in.numOfThreads;
}
Expand Down

0 comments on commit ed9794c

Please sign in to comment.