Skip to content

Commit

Permalink
Update mp
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Mar 25, 2016
1 parent 1bd5a43 commit ce56fd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mp
Submodule mp updated 332 files
4 changes: 2 additions & 2 deletions nl-benchmark.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <cstring>

#include "mp/clock.h"
#include "mp/nl.h"
#include "mp/nl-reader.h"
#include "mp/problem.h"
#include "mp/problem-builder.h"

Expand Down Expand Up @@ -64,7 +64,7 @@ std::size_t ReadFile(const char *filename) {

// Reads an nl file using mp::ReadNLFile.
void ReadNLFileUsingMP(const char *filename) {
mp::NLHandler<int> handler;
mp::NullNLHandler<int> handler;
mp::ReadNLFile(filename, handler);
}

Expand Down

0 comments on commit ce56fd4

Please sign in to comment.