Skip to content

Commit

Permalink
Making things public.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Nov 1, 2023
1 parent c1df369 commit cec862c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mps/matrix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ foreign_obj_type! {
}

impl MatrixDescriptor {
fn init_single(
pub fn init_single(
rows: NSUInteger,
columns: NSUInteger,
row_bytes: NSUInteger,
Expand Down Expand Up @@ -171,7 +171,7 @@ impl Matrix {
// }
// }

fn init_with_buffer_descriptor(
pub fn init_with_buffer_descriptor(
buffer: &BufferRef,
descriptor: &MatrixDescriptorRef,
) -> Option<Self> {
Expand Down

0 comments on commit cec862c

Please sign in to comment.