Skip to content

Commit 8aa71ee

Browse files
committed
Minor
1 parent 79ca558 commit 8aa71ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Base/AMReX_TableData.H

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ struct Table1D
7575
amrex::Abort();
7676
))
7777
} else {
78-
AMREX_IF_ON_DEVICE(( amrex::Abort(); ))
78+
AMREX_IF_ON_DEVICE(( amrex::Abort(" Out of bound\n"); ))
7979
}
8080
AMREX_IF_ON_HOST((
8181
std::stringstream ss;

0 commit comments

Comments
 (0)