File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ void Electrons::self_consistent(const int &istep)
391391 // WF_io::write_wfc( ssw.str(), GlobalC::wf.evc );
392392 // mohan update 2011-02-21
393393 // qianrui update 2020-10-17
394- WF_io::write_wfc2 ( ssw.str (), GlobalC::wf.evc , GlobalC::pw.gcar );
394+ // WF_io::write_wfc2( ssw.str(), GlobalC::wf.evc, GlobalC::pw.gcar);
395395 // ModuleBase::GlobalFunc::DONE(GlobalV::ofs_running,"write wave functions into file WAVEFUNC.dat");
396396 }
397397
Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ void Electrons::self_consistent(const int &istep)
378378 // WF_io::write_wfc( ssw.str(), GlobalC::wf.evc );
379379 // mohan update 2011-02-21
380380 // qianrui update 2020-10-17
381- WF_io::write_wfc2 (ssw.str (), GlobalC::wf.evc , GlobalC::pw.gcar );
381+ // WF_io::write_wfc2(ssw.str(), GlobalC::wf.evc, GlobalC::pw.gcar);
382382 // ModuleBase::GlobalFunc::DONE(GlobalV::ofs_running,"write wave functions into file WAVEFUNC.dat");
383383 }
384384
You can’t perform that action at this time.
0 commit comments