Skip to content
Snippets Groups Projects
Commit 8b0ec1d8 authored by Chichi Lalescu's avatar Chichi Lalescu
Browse files

change default name of NSVorticityEquation

since we now have the full_code classes, I guess it makes sense to use
the full name for the old version.
parent 3bcd42de
No related branches found
No related tags found
1 merge request!21Bugfix/nansampling
......@@ -38,7 +38,7 @@ from bfps._fluid_base import _fluid_particle_base
class NSVorticityEquation(_fluid_particle_base):
def __init__(
self,
name = 'NSVE-v' + bfps.__version__,
name = 'NSVorticityEquation-v' + bfps.__version__,
work_dir = './',
simname = 'test',
fluid_precision = 'single',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment