update include guards
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
// http://lpsolve.sourceforge.net/5.5/DIMACS_asn.htm
|
||||
//
|
||||
|
||||
#ifndef OR_TOOLS_EXAMPLES_PARSE_DIMACS_ASSIGNMENT_H_
|
||||
#define OR_TOOLS_EXAMPLES_PARSE_DIMACS_ASSIGNMENT_H_
|
||||
#ifndef ORTOOLS_EXAMPLES_PARSE_DIMACS_ASSIGNMENT_H_
|
||||
#define ORTOOLS_EXAMPLES_PARSE_DIMACS_ASSIGNMENT_H_
|
||||
|
||||
#include <algorithm>
|
||||
#include <cinttypes>
|
||||
@@ -252,4 +252,4 @@ LinearSumAssignment<GraphType>* DimacsAssignmentParser<GraphType>::Parse(
|
||||
|
||||
} // namespace operations_research
|
||||
|
||||
#endif // OR_TOOLS_EXAMPLES_PARSE_DIMACS_ASSIGNMENT_H_
|
||||
#endif // ORTOOLS_EXAMPLES_PARSE_DIMACS_ASSIGNMENT_H_
|
||||
|
||||
Reference in New Issue
Block a user