Skip to content

Commit 02dba01

Browse files
rootroot
root
authored and
root
committed
added a cell and added some radius functions
1 parent 4c2d9a3 commit 02dba01

5 files changed

+4547
-68
lines changed

NEW_generate_meshes.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import argparse
22
import os
3+
import shutil
34
import sys
45
import copy
56
print("Python version: ",sys.version)
@@ -38,4 +39,6 @@
3839

3940
MESHFOLDER=nmg.make_meshes(CELL_FILE,start_dx,n,npts,nsphere_contours,nsphere_contour_pts)
4041
nmg.write_vrn(MESHFOLDER)
41-
print('Done making VRN!...',MESHFOLDER,' is the folder')
42+
print('Done making VRN!...',MESHFOLDER,' is the folder')
43+
print('Removing MESHFOLDER...')
44+
shutil.rmtree(MESHFOLDER)

0 commit comments

Comments
 (0)