Skip to content
New issue

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

feat(string): implement CharacterStringType #1013

Merged
merged 13 commits into from
Aug 25, 2022
Prev Previous commit
Next Next commit
formatting
  • Loading branch information
langevin-usgs committed Aug 22, 2022
commit dd754ff6ac5d2faba6879f94e19f6d0c9b77560d
4 changes: 2 additions & 2 deletions src/Model/ModelUtilities/BoundaryPackage.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1507,8 +1507,8 @@ end subroutine bnd_options

!> @ brief Copy boundnames into boundnames_cst
!!
!! boundnames_cst is an array of type(CharacterStringType),
!! which can be stored in the MemoryManager.
!! boundnames_cst is an array of type(CharacterStringType),
!! which can be stored in the MemoryManager.
!!
!<
subroutine copy_boundname(this)
Expand Down