Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog/30.trivial.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Made some clean up
2 changes: 0 additions & 2 deletions src/example_fgen_basic/error_v/creation.f90
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
!>
!> A very basic demo to get the idea.
!
! TODO: discuss - we should probably have some convention for module names.
! The hard part is avoiding them becoming too long...
module m_error_v_creation

use m_error_v, only: ErrorV, NO_ERROR_CODE
Expand Down
2 changes: 0 additions & 2 deletions src/example_fgen_basic/error_v/passing.f90
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
!>
!> A very basic demo to get the idea.
!
! TODO: discuss - we should probably have some convention for module names.
! The hard part is avoiding them becoming too long...
module m_error_v_passing

use m_error_v, only: ErrorV, NO_ERROR_CODE
Expand Down
Loading