Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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