Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Langford <jl@nyclamp.(none)>2014-03-31 19:22:29 +0400
committerJohn Langford <jl@nyclamp.(none)>2014-03-31 19:22:29 +0400
commit20c5149b61324df4677c3775bb977bdca873234b (patch)
tree6dde2c5b9a07f80aaf67239b59bdadd66e536225 /vowpalwabbit/mf.h
parentf0947253bb5379950a929c79ee85b88ad7e384bf (diff)
uniform explicit include guards
Diffstat (limited to 'vowpalwabbit/mf.h')
-rw-r--r--vowpalwabbit/mf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vowpalwabbit/mf.h b/vowpalwabbit/mf.h
index 14fdaa0f..362d88dc 100644
--- a/vowpalwabbit/mf.h
+++ b/vowpalwabbit/mf.h
@@ -3,8 +3,8 @@ Copyright (c) by respective owners including Yahoo!, Microsoft, and
individual contributors. All rights reserved. Released under a BSD
license as described in the file LICENSE.
*/
-#ifndef MF_H
-#define MF_H
+#ifndef MATRIX_FACTORIZATION_H
+#define MATRIX_FACTORIZATION_H
#include <math.h>
#include "example.h"