update include guards

This commit is contained in:
Corentin Le Molgat
2025-11-05 11:34:49 +01:00
parent 4793e1acb4
commit b4b226801b
571 changed files with 1713 additions and 1713 deletions

View File

@@ -14,8 +14,8 @@
// Prints a model of Frequency Assignment Problem.
// Format: http://www.inra.fr/mia/T/schiex/Doc/CELAR.shtml#synt
#ifndef OR_TOOLS_EXAMPLES_FAP_MODEL_PRINTER_H_
#define OR_TOOLS_EXAMPLES_FAP_MODEL_PRINTER_H_
#ifndef ORTOOLS_EXAMPLES_FAP_MODEL_PRINTER_H_
#define ORTOOLS_EXAMPLES_FAP_MODEL_PRINTER_H_
#include <string>
#include <vector>
@@ -51,4 +51,4 @@ class FapModelPrinter {
};
} // namespace operations_research
#endif // OR_TOOLS_EXAMPLES_FAP_MODEL_PRINTER_H_
#endif // ORTOOLS_EXAMPLES_FAP_MODEL_PRINTER_H_