We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79ca558 commit 8aa71eeCopy full SHA for 8aa71ee
Src/Base/AMReX_TableData.H
@@ -75,7 +75,7 @@ struct Table1D
75
amrex::Abort();
76
))
77
} else {
78
- AMREX_IF_ON_DEVICE(( amrex::Abort(); ))
+ AMREX_IF_ON_DEVICE(( amrex::Abort(" Out of bound\n"); ))
79
}
80
AMREX_IF_ON_HOST((
81
std::stringstream ss;
0 commit comments