Skip to content

Commit

Permalink
sFilename_domain_json
Browse files Browse the repository at this point in the history
  • Loading branch information
changliao1025 committed Jul 18, 2023
1 parent 5e278e3 commit bd80f78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def animate_vector_polygon_data(
)
cmap_reversed = cmap.reversed()

with open(sFilename_domain_json_in) as json_file:
with open(sFilename_mesh_in) as json_file:
aCell_new = json.load(json_file)
ncell_new = len(aCell_new)

Expand Down

0 comments on commit bd80f78

Please sign in to comment.