We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52854d2 commit 89fb726Copy full SHA for 89fb726
source/module_io/bessel_basis.cpp
@@ -365,7 +365,8 @@ void Bessel_Basis::readin_C4(
365
if(!ifs)
366
{
367
GlobalV::ofs_warning << " File name : " << name << std::endl;
368
- ModuleBase::WARNING_QUIT("Bessel_Basis::readin_C4","Can not find file.");
+ std::string fn = "Cannot find C4 file: " + name;
369
+ ModuleBase::WARNING_QUIT("Bessel_Basis::readin_C4",fn);
370
}
371
372
if (ModuleBase::GlobalFunc::SCAN_BEGIN(ifs, "<FILE>"))
0 commit comments