Skip to content
Discussion options

You must be logged in to vote

Something like

diff --git a/Tests/Amr/Advection_AmrLevel/Source/AmrLevelAdv.cpp b/Tests/Amr/Advection_AmrLevel/Source/AmrLevelAdv.cpp
index 8ff8bad0b6..62933465cc 100644
--- a/Tests/Amr/Advection_AmrLevel/Source/AmrLevelAdv.cpp
+++ b/Tests/Amr/Advection_AmrLevel/Source/AmrLevelAdv.cpp
@@ -227,7 +227,7 @@ Real
 AmrLevelAdv::advance (Real time,
                       Real dt,
                       int  iteration,
-                      int  /*ncycle*/)
+                      int  ncycle)
 {
     MultiFab& S_mm = get_new_data(Phi_Type);
     Real maxval = S_mm.max(0);
@@ -277,10 +277,16 @@ AmrLevelAdv::advance (Real time,
         }
     }
 
-    // State with ghost cells
-    MultiFab Sbor…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Afraid31
Comment options

Answer selected by Afraid31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants