Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Feb 29, 2024
1 parent a4cfe86 commit da90cda
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/grid_impl/geometry.rs
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
//! Implementation of grid geometry
use crate::grid_impl::traits::Geometry;
use num::Float;
//use crate::grid::traits::{Ownership, Geometry};
//use crate::reference_cell;
//use crate::traits::cell::ReferenceCellType;
use bempp_element::element::CiarletElement;
use bempp_traits::element::FiniteElement;

//use std::collections::HashMap;
use num::Float;

/// Geometry of a serial grid
pub struct SerialGeometry<T: Float> {
Expand Down

0 comments on commit da90cda

Please sign in to comment.