more consistent formatting of for/while loops and if statements
This commit is contained in:
@ -73,7 +73,7 @@ MLIAPModelPython::MLIAPModelPython(LAMMPS* lmp, char* coefffilename) :
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
MLIAPModelPython::~MLIAPModelPython(){
|
||||
MLIAPModelPython::~MLIAPModelPython() {
|
||||
MLIAPPY_unload_model(this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user