Skip to content

Commit

Permalink
removed one additional unused variable and eliminated some standards …
Browse files Browse the repository at this point in the history
…warnings about long lines.
  • Loading branch information
jacobwilliams committed Aug 30, 2018
1 parent e79b2b3 commit 674ad7a
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 78 deletions.
3 changes: 2 additions & 1 deletion src/bspline_oo_module.f90
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ module bspline_oo_module
procedure(destroy_func),deferred,public :: destroy !! destructor
procedure(size_func),deferred,public :: size_of !! size of the structure in bits
procedure,public,non_overridable :: status_ok !! returns true if the last `iflag` status code was `=0`.
procedure,public,non_overridable :: status_message => get_bspline_status_message !! retrieve the last status message
procedure,public,non_overridable :: status_message => get_bspline_status_message !! retrieve the last
!! status message
procedure,public,non_overridable :: clear_flag => clear_bspline_flag !! to reset the `iflag` saved in the class.
end type bspline_class

Expand Down
Loading

0 comments on commit 674ad7a

Please sign in to comment.