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 76d023b commit 89ffb98Copy full SHA for 89ffb98
source/module_cell/read_stru.cpp
@@ -5,8 +5,8 @@
5
namespace unitcell
6
{
7
bool check_tau(const Atom* atoms,
8
- const int ntype,
9
- const int lat0)
+ const int& ntype,
+ const double& lat0)
10
11
ModuleBase::TITLE("UnitCell","check_tau");
12
ModuleBase::timer::tick("UnitCell","check_tau");
source/module_cell/read_stru.h
@@ -6,8 +6,8 @@
- const int lat0);
+ const double& lat0);
bool read_atom_species(std::ifstream& ifa,
13
std::ofstream& ofs_running,
0 commit comments