Skip to content

Commit ca08143

Browse files
committed
small fix
1 parent 6861b46 commit ca08143

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/software/sciapps/namd.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ The multi-node build works on multiple nodes and is based on [Charm++] MPI backe
109109

110110
!!! info "Action required"
111111
Modify the `<PATH_TO_NAMD_SOURCE>/arch/Linux-ARM64.tcl` file now.
112-
Change `-ltcl8.5` with `-ltcl8.6` in the definition of the "TCLLIB" variable.
112+
Change `-ltcl8.5` with `-ltcl8.6` in the definition of the `TCLLIB` variable.
113113

114114
```bash
115115
# Build bundled Charm++
@@ -162,7 +162,7 @@ The multi-node build works on multiple nodes and is based on [Charm++] MPI backe
162162

163163
!!! info "Action required"
164164
Modify the `<PATH_TO_NAMD_SOURCE>/arch/Linux-ARM64.tcl` file now.
165-
Change `-ltcl8.5` with `-ltcl8.6` in the definition of the "TCLLIB" variable.
165+
Change `-ltcl8.5` with `-ltcl8.6` in the definition of the `TCLLIB` variable.
166166
167167
```bash
168168
# Build bundled Charm++
@@ -223,7 +223,7 @@ The multi-node build works on multiple nodes and is based on [Charm++] MPI backe
223223

224224
!!! info "Action required"
225225
Modify the `<PATH_TO_NAMD_SOURCE>/arch/Linux-ARM64.tcl` file now.
226-
Change `-ltcl8.5` with `-ltcl8.6` in the definition of the "TCLLIB" variable.
226+
Change `-ltcl8.5` with `-ltcl8.6` in the definition of the `TCLLIB` variable.
227227

228228
```bash
229229
# Build bundled Charm++

0 commit comments

Comments
 (0)