Commit 692d209b authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Add a first C++ implementation of INCLU

parent a2fd1b1e
Loading
Loading
Loading
Loading
+1944 −17

File changed.

Preview size limit exceeded, changes collapsed.

+1 −0
Original line number Diff line number Diff line
@@ -1544,6 +1544,7 @@ ParticleDescriptorInclusion::ParticleDescriptorInclusion(GeometryConfiguration *
  for (int ii = 0; ii <= _lm; ii++) ind3j[ii] = vec_ind3j + (_lm * ii);
  rac3j = new double[_lmtpo]();
  // Needed by INCLU
  _ndm = 2 * (_nsph  * _nlim + _nlem);
  rm0 = new dcomplex[_le]();
  re0 = new dcomplex[_le]();
  rmw = new dcomplex[_le]();