Skip to content

Commit

Permalink
rearranging types
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristi Belcher committed Dec 21, 2020
1 parent e758683 commit 3b81a86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/umpire/resource/MemoryResourceTypes.hpp
Expand Up @@ -30,8 +30,8 @@ enum MemoryResourceType {
Pinned,
Constant,
File,
Unknown,
NoOp
NoOp,
Unknown
};

inline std::string resource_to_string(MemoryResourceType type)
Expand Down

0 comments on commit 3b81a86

Please sign in to comment.