~liggghts-dev/liggghts/public

« back to all changes in this revision

Viewing changes to src/atom_map.cpp

  • Committer: kloss
  • Date: 2017-11-29 17:39:00 UTC
  • Revision ID: git-v1:84ba3d76a050e741fb5291d0845a0896fe718ed2
release version 3.8.0 on 2017-11-29_18-39-00

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    the GNU General Public License.
44
44
------------------------------------------------------------------------- */
45
45
 
46
 
#include <math.h>
 
46
#include <cmath>
47
47
#include "atom.h"
48
48
#include "comm.h"
49
49
#include "memory.h"