Skip to content

Commit 84ffaff

Browse files
committed
Bundle LIBLINEAR 2.45, which should be identical to 2.44.
1 parent 25ec0f0 commit 84ffaff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/liblinear/linear.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ void Solver_MCSVM_CS::Solve(double *w)
658658
{
659659
int i, m, s;
660660
int iter = 0;
661-
double *alpha = new double[l*nr_class];
661+
double *alpha = new double[l*nr_class];
662662
double *alpha_new = new double[nr_class];
663663
int *index = new int[l];
664664
double *QD = new double[l];

src/liblinear/linear.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef _LIBLINEAR_H
22
#define _LIBLINEAR_H
33

4-
#define LIBLINEAR_VERSION 244
4+
#define LIBLINEAR_VERSION 245
55

66
#ifdef __cplusplus
77
extern "C" {

0 commit comments

Comments
 (0)