Skip to content

Commit bc54ccf

Browse files
committed
Some clean up
1 parent 0ef5506 commit bc54ccf

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

src/example_fgen_basic/error_v/creation.f90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
!>
33
!> A very basic demo to get the idea.
44
!
5-
! TODO: discuss - we should probably have some convention for module names.
6-
! The hard part is avoiding them becoming too long...
75
module m_error_v_creation
86

97
use m_error_v, only: ErrorV, NO_ERROR_CODE

src/example_fgen_basic/error_v/passing.f90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
!>
33
!> A very basic demo to get the idea.
44
!
5-
! TODO: discuss - we should probably have some convention for module names.
6-
! The hard part is avoiding them becoming too long...
75
module m_error_v_passing
86

97
use m_error_v, only: ErrorV, NO_ERROR_CODE

0 commit comments

Comments
 (0)