Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: valeriaRaffuzzi <108435337+valeriaRaffuzzi@users.noreply.github.com>
  • Loading branch information
Mikolaj-A-Kowalski and valeriaRaffuzzi committed Jan 26, 2024
1 parent 1e94891 commit 2df41b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion UserInterface/fileOutput/asciiJSON_class.f90
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ subroutine endFile(self)
end subroutine endFile

!!
!! Return approperiate extension for the file
!! Return appropriate extension for the file
!!
!! See asciiOutput_inter for details
!!
Expand Down
2 changes: 1 addition & 1 deletion UserInterface/fileOutput/asciiMATLAB_class.f90
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ subroutine endFile(self)
end subroutine endFile

!!
!! Return approperiate extension for the file
!! Return appropriate extension for the file
!!
!! See asciiOutput_inter for details
!!
Expand Down
2 changes: 1 addition & 1 deletion docs/Output.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Writing to an output file in SCONE is done through a series of calls to appropri
call out % endBlock()

!! We need to make sure that output file is properly finalised. We can skip
!! this line if we we are not in a `program` block e.g. in `subroutine` or `function`
!! this line if we are not in a `program` block e.g. in `subroutine` or `function`
call out % finalise()


Expand Down

0 comments on commit 2df41b2

Please sign in to comment.