Skip to content

Commit b85b2c7

Browse files
committed
Update comment in dftd_ncoord.cpp
1 parent 7fec355 commit b85b2c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dftd_ncoord.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ namespace dftd4 {
3535
NCoordBase::NCoordBase(
3636
double optional_kcn = 7.5, // defaults for D4 EEQ
3737
double optional_norm_exp = 1.0, // defaults for D4 EEQ
38-
double optional_cutoff = 25.0 //@TR NOTE check if this is EEQ default
38+
double optional_cutoff = 25.0 // defaults for D4 EEQ
3939
){
4040
NCoordBase::kcn = optional_kcn;
4141
NCoordBase::norm_exp = optional_norm_exp;

0 commit comments

Comments
 (0)