Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3899ac5

Browse filesBrowse files
Made inputs inout as per recomendation
1 parent 272ccc4 commit 3899ac5
Copy full SHA for 3899ac5

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎src/simulation/m_time_steppers.fpp

Copy file name to clipboardExpand all lines: src/simulation/m_time_steppers.fpp
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,8 @@ contains
341341

342342
subroutine s_evolve_q_pb_mv(index, scaler1, scaler2, scaler3, scaler4) !! TODO :: Get a better name for this
343343

344-
integer, intent(in) :: index !! TODO :: Rename this
345-
real(wp), intent(in) :: scaler1, scaler2, scaler3, scaler4 !! TODO :: Rename these too
344+
integer, intent(inout) :: index !! TODO :: Rename this
345+
real(wp), intent(inout) :: scaler1, scaler2, scaler3, scaler4 !! TODO :: Rename these too
346346
integer :: i, j, k, l, q
347347

348348
!$acc parallel loop collapse(4) gang vector default(present)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.