Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
hovey committed Aug 2, 2024
1 parent 0d39c4c commit 8e3f5e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ use automesh::Spn;
use clap::Parser;

/// Automatic hexahedral finite element mesh generation from a voxelized segmentation.
// #[derive(Parser, Debug)]
// #[command(version, about, long_about = None)]
#[derive(Parser)]
#[command(about, arg_required_else_help = true, long_about = None, version)]
struct Args {
Expand Down

0 comments on commit 8e3f5e4

Please sign in to comment.