Changing include order so as to OpenMP flags (if used) are defined
before metis. This fixes a compilation error with testFindSeparator.cpprelease/4.3a0
parent
3dbc9929a4
commit
1c97d1270d
|
@ -17,12 +17,14 @@
|
|||
#include <boost/shared_array.hpp>
|
||||
#include <boost/timer.hpp>
|
||||
|
||||
#include "FindSeparator.h"
|
||||
|
||||
extern "C" {
|
||||
#include <metis.h>
|
||||
#include "metislib.h"
|
||||
}
|
||||
|
||||
#include "FindSeparator.h"
|
||||
|
||||
|
||||
namespace gtsam { namespace partition {
|
||||
|
||||
|
|
Loading…
Reference in New Issue