Commit 559c1879 authored by Stan Moore's avatar Stan Moore
Browse files

Update SNA::memory_usage()

parent 61a7730b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1175,7 +1175,7 @@ double SNA::memory_usage()
  bytes += jdimpq*jdimpq * sizeof(double);               // pqarray
  bytes += jdimpq*jdimpq * sizeof(double);               // pqarray
  bytes += idxcg_max * sizeof(double);                   // cglist
  bytes += idxcg_max * sizeof(double);                   // cglist


  bytes += idxu_max * sizeof(double) * 2;                // ulist
  bytes += nmax * idxu_max * sizeof(double) * 2;         // ulist_ij
  bytes += idxu_max * sizeof(double) * 2;                // ulisttot
  bytes += idxu_max * sizeof(double) * 2;                // ulisttot
  bytes += idxu_max * 3 * sizeof(double) * 2;            // dulist
  bytes += idxu_max * 3 * sizeof(double) * 2;            // dulist