Skip to content

Commit 16d55f1

Browse files
committed
Typo
1 parent effc2fd commit 16d55f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightdock/scoring/lgscore/energy/c/clgscore.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
/**
1919
*
20-
* calculate_energy pyDock C implementation
20+
* calculate_energy lgscore C implementation
2121
*
2222
**/
2323
static PyObject * clgscore_calculate_energy(PyObject *self, PyObject *args) {
@@ -167,7 +167,7 @@ static PyObject * clgscore_calculate_energy(PyObject *self, PyObject *args) {
167167
*
168168
**/
169169
static PyMethodDef module_methods[] = {
170-
{"calculate_energy", (PyCFunction)clgscore_calculate_energy, METH_VARARGS, "pyDock C implementation"},
170+
{"calculate_energy", (PyCFunction)clgscore_calculate_energy, METH_VARARGS, "lgscore C implementation"},
171171
{NULL}
172172
};
173173

0 commit comments

Comments
 (0)