Skip to content

Commit 91f2ffc

Browse files
committed
fix class name in #641
1 parent f765b48 commit 91f2ffc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/lmp/pair_nnp.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -806,12 +806,12 @@ void PairNNP::settings(int narg, char **arg)
806806
all_force.resize(numb_models);
807807
}
808808

809-
void PairDeepMD::read_restart(FILE *)
809+
void PairNNP::read_restart(FILE *)
810810
{
811811
is_restart = true;
812812
}
813813

814-
void PairDeepMD::write_restart(FILE *)
814+
void PairNNP::write_restart(FILE *)
815815
{
816816
// pass
817817
}

0 commit comments

Comments
 (0)