cosmetic changes
This commit is contained in:
@ -14,7 +14,6 @@
|
||||
|
||||
#include "fix_neigh_history.h"
|
||||
|
||||
#include <cstring>
|
||||
#include "my_page.h"
|
||||
#include "atom.h"
|
||||
#include "comm.h"
|
||||
@ -26,6 +25,8 @@
|
||||
#include "memory.h"
|
||||
#include "error.h"
|
||||
|
||||
#include <cstring>
|
||||
|
||||
using namespace LAMMPS_NS;
|
||||
using namespace FixConst;
|
||||
|
||||
|
||||
@ -506,8 +506,7 @@ _Jacobi(int n, Scalar **M, int *max_idx_row) {
|
||||
this->M = M;
|
||||
this->max_idx_row = max_idx_row;
|
||||
//assert(this->max_idx_row);
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
is_preallocated = false;
|
||||
SetSize(n); // allocate the "M" and "max_int_row" arrays
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user