Skip to content

Commit

Permalink
fix(ParticleData): fix docstring, structured default is False (#1935)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli authored Aug 25, 2023
1 parent 51b2ecc commit 5d57fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flopy/modpath/mp7particledata.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class ParticleData:
locations or nodes.
structured : bool
Boolean defining if a structured (True) or unstructured
particle recarray will be created (default is True).
particle recarray will be created (default is False).
particleids : list, tuple, or np.ndarray
Particle ids for the defined particle locations. If particleids
is None, MODPATH 7 will define the particle ids to each particle
Expand Down

0 comments on commit 5d57fb7

Please sign in to comment.