Skip to content

Commit

Permalink
fix a bug, there is a typo in cell-relax
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanchen committed Jun 10, 2024
1 parent 673500e commit 95c462b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/driver_run.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ void Driver::driver_run(void)
}
else if(cal_type == "scf"
|| cal_type == "relax"
|| cal_type == "cell_relsx")
|| cal_type == "cell-relax")
{
Relax_Driver rl_driver;
rl_driver.relax_driver(p_esolver);
Expand Down

0 comments on commit 95c462b

Please sign in to comment.