tmp update

This commit is contained in:
2024-09-19 11:24:17 +08:00
parent f1cc876972
commit 2901590f00
9 changed files with 68 additions and 33 deletions

View File

@@ -120,7 +120,9 @@ Please see instructions or contact the author for more information.");
}
// 保存文本文件
gctl::save_vector2d2text(out_name + ".txt", out_data, ' ', '#', nullptr, gctl::ColMajor);
gctl::text_descriptor desc;
desc.file_name_ = out_name;
gctl::save_vector2d2text(desc, out_data, gctl::ColMajor);
return 0;
}
catch(std::exception &e)