Skip to content

Commit a4d03a5

Browse files
Chris00mkovaxx
authored andcommitted
Use autocxx to generate most bindings on mfem-sys
1 parent 99d9d5a commit a4d03a5

File tree

1 file changed

+0
-1
lines changed
  • crates/mfem-sys/examples

1 file changed

+0
-1
lines changed

crates/mfem-sys/examples/ex1.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,5 @@ fn slice_mut_of_Vector(v: Pin<&mut Vector>) -> &mut [f64] {
249249
}
250250

251251
fn GSSmoother_as_mut_Solver(s: Pin<&mut GSSmoother>) -> Pin<&mut Solver> {
252-
// GSSmoother is a subclass of Solver
253252
unsafe { std::mem::transmute::<Pin<&mut GSSmoother>, Pin<&mut Solver>>(s) }
254253
}

0 commit comments

Comments
 (0)