Merge pull request #2776 from akohlmey/clang-tidy
Address issues detected by static code analysis with clang-tidy
This commit is contained in:
@ -62,7 +62,7 @@ ComputeDipoleChunk::ComputeDipoleChunk(LAMMPS *lmp, int narg, char **arg) :
|
||||
else error->all(FLERR,"Illegal compute dipole/chunk command");
|
||||
}
|
||||
|
||||
init();
|
||||
ComputeDipoleChunk::init();
|
||||
|
||||
// chunk-based data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user