Skip to content

Commit 29543ca

Browse files
authored
Merge pull request #30 from openscm/pr-25-pr
Some clean up
2 parents 0ef5506 + cc8637c commit 29543ca

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

changelog/30.trivial.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Made some clean up

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)