Skip to content

Commit

Permalink
* fix(disvdfn): corrected top shape to (ncpl) (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
langevin-usgs authored Mar 20, 2019
1 parent 1155058 commit b37dfc3
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## Automated Testing Status on Travis-CI

### Version 6.0.4 develop — build 133
### Version 6.0.4 develop — build 136
[![Build Status](https://travis-ci.org/MODFLOW-USGS/modflow6.svg?branch=develop)](https://travis-ci.org/MODFLOW-USGS/modflow6)

## Introduction
Expand Down
2 changes: 1 addition & 1 deletion code.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"email": "langevin@usgs.gov"
},
"laborHours": -1,
"version": "6.0.4.133",
"version": "6.0.4.136",
"date": {
"metadataLastUpdated": "2019-03-20"
},
Expand Down
2 changes: 1 addition & 1 deletion doc/mf6io/mf6ivar/dfn/gwf-disv.dfn
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ description is the total number of (x, y) vertex pairs used to characterize the
block griddata
name top
type double precision
shape (1, ncpl)
shape (ncpl)
reader readarray
longname model top elevation
description is the top elevation for each cell in the top model layer.
Expand Down
2 changes: 1 addition & 1 deletion doc/mf6io/mf6ivar/dfn/gwt-disv.dfn
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ description is the total number of (x, y) vertex pairs used to characterize the
block griddata
name top
type double precision
shape (1, ncpl)
shape (ncpl)
reader readarray
longname model top elevation
description is the top elevation for each cell in the top model layer.
Expand Down
2 changes: 1 addition & 1 deletion doc/version.tex
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
\newcommand{\modflowversion}{mf6.0.4.133}
\newcommand{\modflowversion}{mf6.0.4.136}
\newcommand{\modflowdate}{March 20, 2019}
\newcommand{\currentmodflowversion}{Version \modflowversion---\modflowdate}
2 changes: 1 addition & 1 deletion src/Utilities/version.f90
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module VersionModule
public
! -- modflow 6 version
integer(I4B), parameter :: IDEVELOPMODE = 1
character(len=40), parameter :: VERSION = '6.0.4.133 03/20/2019'
character(len=40), parameter :: VERSION = '6.0.4.136 03/20/2019'
character(len=10), parameter :: MFVNAM = ' 6'
character(len=*), parameter :: MFTITLE = &
'U.S. GEOLOGICAL SURVEY MODULAR HYDROLOGIC MODEL'
Expand Down
6 changes: 3 additions & 3 deletions version.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# MODFLOW 6 version file automatically created using...pre-commit.py
# created on...March 20, 2019 09:21:04
# created on...March 20, 2019 11:16:12

# add some comments on how this version file
# should be manually updated and used

major = 6
minor = 0
micro = 4
build = 133
commit = 331
build = 136
commit = 334

0 comments on commit b37dfc3

Please sign in to comment.