Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
Applications
LAMMPS
Commits
fd0b041e
Commit
fd0b041e
authored
Aug 21, 2018
by
jrgissing
Browse files
remove debugging comments
parent
95d462e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/USER-MISC/fix_bond_react.cpp
View file @
fd0b041e
...
...
@@ -1568,7 +1568,6 @@ void FixBondReact::find_landlocked_atoms(int myrxn)
onemol_batom
=
onemol
->
bond_atom
[
onemol_atomi
-
1
][
m
];
if
(
onemol_batom
==
equivalences
[
twomol_atomj
-
1
][
1
][
myrxn
])
{
if
(
twomol
->
bond_type
[
i
][
j
]
!=
onemol
->
bond_type
[
onemol_atomi
-
1
][
m
])
{
printf
(
"%d and %d for rxn %d
\n
"
,
twomol_atomi
,
twomol_atomj
,
myrxn
);
error
->
one
(
FLERR
,
"Bond type affected by reaction too close to template edge"
);
}
}
...
...
@@ -1579,7 +1578,6 @@ void FixBondReact::find_landlocked_atoms(int myrxn)
onemol_batom
=
onemol
->
bond_atom
[
onemol_atomj
-
1
][
m
];
if
(
onemol_batom
==
equivalences
[
i
][
1
][
myrxn
])
{
if
(
twomol
->
bond_type
[
i
][
j
]
!=
onemol
->
bond_type
[
onemol_atomj
-
1
][
m
])
{
printf
(
"%d and %d for rxn %d
\n
"
,
twomol_atomi
,
twomol_atomj
,
myrxn
);
error
->
one
(
FLERR
,
"Bond type affected by reaction too close to template edge"
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment