Skip to content

Commit ad7cae5

Browse files
author
abacus_fixer
committed
comment out read_dmk
1 parent 25b94b5 commit ad7cae5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

source/source_io/module_dm/test/write_dmk_test.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ TEST(DMKTest,WriteDMK) {
235235

236236
};
237237

238-
238+
/*
239239
// no function in the main code calls read_dmk??? mohan note 2025-05-25
240240
TEST(DMKTest, ReadDMK) {
241241
int nlocal = 26;
@@ -277,6 +277,7 @@ TEST(DMKTest, ReadDMK) {
277277
remove("running_log.txt");
278278
remove("warning.log");
279279
}
280+
*/
280281

281282

282283
#ifdef __MPI

0 commit comments

Comments
 (0)