Skip to content

Commit

Permalink
expose pnml parser (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Horstink <[email protected]>
  • Loading branch information
thorstink and Thomas Horstink authored Dec 5, 2022
1 parent a35ae70 commit e2d290c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion symmetri/pnml_parser.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "pnml_parser.h"
#include "symmetri/pnml_parser.h"

#include <spdlog/fmt/ostr.h> // must be included
#include <spdlog/spdlog.h>
Expand Down
2 changes: 1 addition & 1 deletion symmetri/symmetri.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include <tuple>

#include "model.h"
#include "pnml_parser.h"
#include "symmetri/pnml_parser.h"
namespace symmetri {

std::condition_variable cv;
Expand Down

0 comments on commit e2d290c

Please sign in to comment.