We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 984cf97 commit ba6a70fCopy full SHA for ba6a70f
source/module_cell/atom_spec.h
@@ -22,7 +22,7 @@ class Atom
22
std::vector<bool> iw2_new;
23
int nw = 0; // number of local orbitals (l,n,m) of this type
24
25
- void set_index(void);
+ void set_index();
26
27
int type = 0; // Index of atom type
28
int na = 0; // Number of atoms in this type.
@@ -53,8 +53,8 @@ class Atom
53
void print_Atom(std::ofstream& ofs);
54
void update_force(ModuleBase::matrix& fcs);
55
#ifdef __MPI
56
- void bcast_atom(void);
57
- void bcast_atom2(void);
+ void bcast_atom();
+ void bcast_atom2();
58
#endif
59
};
60
0 commit comments