Skip to content

Commit

Permalink
Merge pull request #122 from magnusuMET/feature/flatten_imports
Browse files Browse the repository at this point in the history
Flatten import structure
  • Loading branch information
magnusuMET authored Dec 3, 2023
2 parents 7afd544 + 02d7e82 commit 5dd46eb
Show file tree
Hide file tree
Showing 13 changed files with 295 additions and 284 deletions.
2 changes: 1 addition & 1 deletion netcdf/examples/ncdump.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ fn print_file(g: &netcdf::File) -> Result<(), Box<dyn std::error::Error>> {
Ok(())
}

fn print_group(g: &netcdf::group::Group) -> Result<(), Box<dyn std::error::Error>> {
fn print_group(g: &netcdf::Group) -> Result<(), Box<dyn std::error::Error>> {
println!("Group: {}", g.name());

let mut dims = g.dimensions().peekable();
Expand Down
Loading

0 comments on commit 5dd46eb

Please sign in to comment.