Skip to content

Commit 2195f12

Browse files
authored
Update relax_driver.cpp
1 parent bf8c1b5 commit 2195f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_relax/relax_driver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ void Relax_Driver::relax_driver(ModuleESolver::ESolver* p_esolver, UnitCell& uce
160160
if (PARAM.inp.relax_nmax == 0)
161161
{
162162
std::cout << "-----------------------------------------------" << std::endl;
163-
std::cout << " relax_nmax = 0, DRY RUN TEST SUCCEED :)" << std::endl;
163+
std::cout << " relax_nmax = 0, DRY RUN TEST SUCCEEDS :)" << std::endl;
164164
std::cout << "-----------------------------------------------" << std::endl;
165165
}
166166

0 commit comments

Comments
 (0)