Skip to content

Commit

Permalink
changes regarding constexpr use 1
Browse files Browse the repository at this point in the history
Signed-off-by: ItshMoh <[email protected]>
  • Loading branch information
ItshMoh committed Oct 23, 2023
1 parent 18a6ac5 commit 0f6ad02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avogadro/io/dcdformat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ using Core::UnitCell;
#ifndef _WIN32
#endif

#define DCD_EOF -1
constexpr int DCD_EOF = -1;
#define DCD_MAGIC 84
#define DCD_IS_CHARMM 0x01
#define DCD_HAS_4DIMS 0x02
Expand Down

0 comments on commit 0f6ad02

Please sign in to comment.