Skip to content

Commit 80790ff

Browse files
authored
Merge pull request #17 from dftfeDevelopers/publicGithubDevelop
Fixed minor merge conflict issue
2 parents adadab8 + 85fe930 commit 80790ff

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

utils/dftParameters.cc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -211,13 +211,8 @@ namespace dftParameters
211211
"[Advanced] Mesh size of the base mesh on which refinement is performed. For the default value of 0.0, a heuristically determined base mesh size is used, which is good enough for most cases. Standard users do not need to tune this parameter. Units: a.u.");
212212

213213
prm.declare_entry("ATOM BALL RADIUS","2.0",
214-
<<<<<<< HEAD
215-
Patterns::Double(0,9),
216-
"[Developer] Radius of ball enclosing every atom inside which the mesh size is set close to MESH SIZE AROUND ATOM. The default value of 2.0 is good enough for most cases. On rare cases, where the nonlocal pseudopotential projectors have a compact support beyond 2.0, a slightly larger ATOM BALL RADIUS between 2.0 to 2.5 may be required. Standard users do not need to tune this parameter. Units: a.u.");
217-
=======
218214
Patterns::Double(0,20),
219215
"[Advanced] Radius of ball enclosing every atom, inside which the mesh size is set close to MESH SIZE AROUND ATOM. The default value of 2.0 is good enough for most cases. On rare cases, where the nonlocal pseudopotential projectors have a compact support beyond 2.0, a slightly larger ATOM BALL RADIUS between 2.0 to 2.5 may be required. Standard users do not need to tune this parameter. Units: a.u.");
220-
>>>>>>> 328d64328d217e1270e02f4b8fa192b0ae9faa4b
221216

222217
prm.declare_entry("MESH SIZE AROUND ATOM", "0.8",
223218
Patterns::Double(0.0001,10),

0 commit comments

Comments
 (0)