Improve header guards (again)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef PACKAGES_CLPBN_HORUS_PROBFORMULA_H
|
||||
#define PACKAGES_CLPBN_HORUS_PROBFORMULA_H
|
||||
#ifndef YAP_PACKAGES_CLPBN_HORUS_PROBFORMULA_H_
|
||||
#define YAP_PACKAGES_CLPBN_HORUS_PROBFORMULA_H_
|
||||
|
||||
#include <limits>
|
||||
|
||||
@@ -109,5 +109,5 @@ class ObservedFormula
|
||||
|
||||
typedef std::vector<ObservedFormula> ObservedFormulas;
|
||||
|
||||
#endif // PACKAGES_CLPBN_HORUS_PROBFORMULA_H
|
||||
#endif // YAP_PACKAGES_CLPBN_HORUS_PROBFORMULA_H_
|
||||
|
||||
|
Reference in New Issue
Block a user