Skip to content

Commit

Permalink
Merge pull request #1402 from Surajjalpun2002/trrformat_changes
Browse files Browse the repository at this point in the history
Removed macros in trrformat.cpp
  • Loading branch information
ghutchis authored Oct 25, 2023
2 parents 559b915 + 1095af3 commit 34dfb0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions avogadro/io/trrformat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ using Core::UnitCell;
#ifndef _WIN32
#endif

#define GROMACS_MAGIC 1993
#define DIM 3
#define NM_TO_ANGSTROM 10.0
constexpr int GROMACS_MAGIC = 1993;
constexpr int DIM = 3;
constexpr float NM_TO_ANGSTROM = 10.0;
string TRRVERSION = "GMX_trn_file";
string HEADITEMS[] = { "ir_size", "e_size", "box_size", "vir_size",
"pres_size", "top_size", "sym_size", "x_size",
Expand Down

0 comments on commit 34dfb0d

Please sign in to comment.