• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Superconducting Toolkit


Commit MetaInfo

Revision87157a675cff50cb4ba311c650d7a83777b44870 (tree)
Zeit2017-06-30 15:44:15
Autornisihara1 <nisihara.burai@gmai...>
Commiternisihara1

Log Message

fix fcp_newton#fcp_opt_routines

Ändern Zusammenfassung

Diff

--- a/NEB/src/fcp_opt_routines.f90
+++ b/NEB/src/fcp_opt_routines.f90
@@ -276,7 +276,7 @@ CONTAINS
276276 REAL(DP), INTENT(IN) :: step_max
277277 !
278278 INTEGER :: image
279- REAL(DP) :: ef, force
279+ REAL(DP) :: ef, force, step
280280 REAL(DP) :: nelec, nelec_new
281281 REAL(DP), ALLOCATABLE :: nelec1(:)
282282 REAL(DP), ALLOCATABLE :: step1(:)