From 95c462bd5568dff1a35c552e40d83af2f18f7aa0 Mon Sep 17 00:00:00 2001 From: mohanchen Date: Mon, 10 Jun 2024 09:40:17 +0800 Subject: [PATCH] fix a bug, there is a typo in cell-relax --- source/driver_run.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/driver_run.cpp b/source/driver_run.cpp index 833b4c425d..7a64fbe487 100644 --- a/source/driver_run.cpp +++ b/source/driver_run.cpp @@ -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);