Improve header guards (again)

This commit is contained in:
Tiago Gomes
2013-02-07 17:50:02 +00:00
parent bb7a530da3
commit 544d0aa39e
27 changed files with 81 additions and 81 deletions

View File

@@ -1,5 +1,5 @@
#ifndef PACKAGES_CLPBN_HORUS_PARFACTOR_H
#define PACKAGES_CLPBN_HORUS_PARFACTOR_H
#ifndef YAP_PACKAGES_CLPBN_HORUS_PARFACTOR_H_
#define YAP_PACKAGES_CLPBN_HORUS_PARFACTOR_H_
#include "Factor.h"
#include "ProbFormula.h"
@@ -117,5 +117,5 @@ class Parfactor : public TFactor<ProbFormula>
typedef std::vector<Parfactor*> Parfactors;
#endif // PACKAGES_CLPBN_HORUS_PARFACTOR_H
#endif // YAP_PACKAGES_CLPBN_HORUS_PARFACTOR_H_