~ubuntu-branches/debian/sid/lammps/sid

« back to all changes in this revision

Viewing changes to src/USER-EFF/atom_vec_electron.h

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2015-04-29 23:44:49 UTC
  • mfrom: (5.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20150429234449-mbhy9utku6hp6oq8
Tags: 0~20150313.gitfa668e1-1
Upload into unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* ----------------------------------------------------------------------
 
1
/* -*- c++ -*- ----------------------------------------------------------
2
2
   LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
3
3
   http://lammps.sandia.gov, Sandia National Laboratories
4
4
   Steve Plimpton, sjplimp@sandia.gov
31
31
  void grow(int);
32
32
  void grow_reset();
33
33
  void copy(int, int, int);
 
34
  void force_clear(int, size_t);
34
35
  int pack_comm(int, int *, double *, int, int *);
35
36
  int pack_comm_vel(int, int *, double *, int, int *);
36
37
  int pack_comm_hybrid(int, int *, double *);
65
66
  int pack_vel_hybrid(int, double *);
66
67
  void write_vel(FILE *, int, double **);
67
68
  int write_vel_hybrid(FILE *, double *);
 
69
  int property_atom(char *);
 
70
  void pack_property_atom(int, double *, int, int);
68
71
  bigint memory_usage();
69
72
 
70
73
 private: