reformat for increased readability

This commit is contained in:
Axel Kohlmeyer
2021-09-16 07:25:04 -04:00
parent dc50db0675
commit 353b3a2bb3
5 changed files with 25 additions and 35 deletions

View File

@ -23,7 +23,7 @@ namespace LAMMPS_AL {
template <class numtyp, class acctyp>
AnswerT::Answer() : _allocated(false),_eflag(false),_vflag(false),
_inum(0),_ilist(nullptr),_newton(false) {
_inum(0),_ilist(nullptr),_newton(false) {
}
template <class numtyp, class acctyp>