We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grid1D and Grid2D can be constructed with either the grid shape:
Grid1D
Grid2D
PyORBIT3/src/spacecharge/Grid2D.cc
Line 12 in 709a5cc
or the grid shape and size along each dimension:
Lines 24 to 26 in 709a5cc
However Grid3D has only one constructor:
Grid3D
PyORBIT3/src/spacecharge/Grid3D.cc
Line 27 in 709a5cc
Is there any reason not to add another constructor for Grid3D?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Grid1D
andGrid2D
can be constructed with either the grid shape:PyORBIT3/src/spacecharge/Grid2D.cc
Line 12 in 709a5cc
or the grid shape and size along each dimension:
PyORBIT3/src/spacecharge/Grid2D.cc
Lines 24 to 26 in 709a5cc
However
Grid3D
has only one constructor:PyORBIT3/src/spacecharge/Grid3D.cc
Line 27 in 709a5cc
Is there any reason not to add another constructor for
Grid3D
?The text was updated successfully, but these errors were encountered: