Skip to content

Commit

Permalink
active attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
pbustos committed Jun 3, 2024
1 parent 99e420b commit 5e36fc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/include/dsr/core/types/type_checking/dsr_attr_name.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ REGISTER_TYPE(scaley, int, false)
REGISTER_TYPE(scalez, int, false)
REGISTER_TYPE(path, std::reference_wrapper<const std::string>, false)
REGISTER_TYPE(name, std::reference_wrapper<const std::string>, false)
REGISTER_TYPE(active, bool, false)

/*
* Edge creation timestamp
Expand Down

0 comments on commit 5e36fc3

Please sign in to comment.