We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d9d5a commit a4d03a5Copy full SHA for a4d03a5
crates/mfem-sys/examples/ex1.rs
@@ -249,6 +249,5 @@ fn slice_mut_of_Vector(v: Pin<&mut Vector>) -> &mut [f64] {
249
}
250
251
fn GSSmoother_as_mut_Solver(s: Pin<&mut GSSmoother>) -> Pin<&mut Solver> {
252
- // GSSmoother is a subclass of Solver
253
unsafe { std::mem::transmute::<Pin<&mut GSSmoother>, Pin<&mut Solver>>(s) }
254
0 commit comments