Skip to content

Commit

Permalink
Merge pull request #44 from jacobwilliams/cleanups
Browse files Browse the repository at this point in the history
Cleanups
  • Loading branch information
jacobwilliams committed Aug 30, 2018
2 parents ef5c3a9 + c2dc9ea commit 764aa0d
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 84 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -23,6 +23,7 @@ before_script:

script:
- ./bin/bspline_test
- ./bin/bspline_test_2
- ./bin/bspline_extrap_test
- ./bin/test_regrid
- ./bin/knot_tests
Expand Down
3 changes: 2 additions & 1 deletion src/bspline_oo_module.f90
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

0 comments on commit 764aa0d

Please sign in to comment.