Read new types into inp

This commit is contained in:
WQY\qiong
2022-10-22 17:43:46 +08:00
parent 3dae83b18d
commit 5597d3afd0
2 changed files with 161 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
from tjnetwork import *
def inp2db():
read_inp('changshu', './inp/v-16常熟模型.inp')
read_inp('net3', './inp/net3.inp')
if __name__ == '__main__':
inp2db()