Skip to content

Commit 391f67c

Browse files
add some comments
1 parent 33d96d5 commit 391f67c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_io/read_input_item_system.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ void ReadInput::item_system()
263263
item.annotation = "energy cutoff for wave functions";
264264
read_sync_double(input.ecutwfc);
265265
item.reset_value = [](const Input_Item& item, Parameter& para) {
266-
if (para.input.ecutwfc == 0){
266+
if (para.input.ecutwfc == 0){ // 0 means no input value
267267
if (para.input.basis_type == "lcao")
268268
{
269269
para.input.ecutwfc = 100;

0 commit comments

Comments
 (0)