Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 595728
Collapse All | Expand All

(-)lammps-7Apr16/lib/atc/Vector.h.old (-1 / +1 lines)
Lines 119-125 Link Here
119
{
119
{
120
  DenseVector<T> r(v);
120
  DenseVector<T> r(v);
121
  r*=(1.0/s); // for integer types this may be worthless
121
  r*=(1.0/s); // for integer types this may be worthless
122
  return ;
122
  return r;
123
}
123
}
124
///////////////////////////////////////////////////////////////////////////////
124
///////////////////////////////////////////////////////////////////////////////
125
//* Operator for Vector-Vector sum
125
//* Operator for Vector-Vector sum

Return to bug 595728