Skip to content

Commit 6e40c7c

Browse files
committed
Fix: delete useless warning of write_dmr
1 parent 70b3a45 commit 6e40c7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/module_io/write_dmr.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ void write_dmr(const std::vector<hamilt::HContainer<double>*> dmr,
6161
{
6262
if (!out_csr && !out_npz)
6363
{
64-
ModuleBase::WARNING("write_dmr", "the output type of DMR should be npz or csr.");
6564
return;
6665
}
6766

0 commit comments

Comments
 (0)