Skip to content

Commit a1192ec

Browse files
authored
Merge pull request #367 from xylar/fix-spherical-mesh-res
Fix assigning resolution for fixed-res base meshes
2 parents 1fe97c5 + 856f6ca commit a1192ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polaris/mesh/base/add.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def add_spherical_base_mesh_step(prefix, min_res, max_res=None):
8787
'name': name,
8888
'mesh_name': mesh_name,
8989
}
90-
if prefix in ['Icos', 'QU']:
90+
if prefix in ['icos', 'qu']:
9191
kwargs['cell_width'] = min_res
9292

9393
base_mesh = component.get_or_create_shared_step(**kwargs)

0 commit comments

Comments
 (0)