Changeset 8144 for trunk/anuga_core/source/anuga/file/mux.py
- Timestamp:
- Mar 10, 2011, 9:17:38 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/file/mux.py
r7766 r8144 18 18 NORTH_VELOCITY_MUX2_LABEL = '-n-mux2' 19 19 20 ##21 # @brief22 # @param filenames List of mux2 format input filenames.23 # @param weights Weights associated with each source file.24 # @param permutation The gauge numbers for which data is extracted.25 # @param verbose True if this function is to be verbose.26 # @return (times, latitudes, longitudes, elevation, quantity, starttime)27 20 def read_mux2_py(filenames, 28 21 weights=None,
Note: See TracChangeset
for help on using the changeset viewer.