Skip to content

Commit

Permalink
Remove sub dir for fmms
Browse files Browse the repository at this point in the history
  • Loading branch information
skailasa committed Dec 15, 2023
1 parent 7b2f5f8 commit 487bcae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
File renamed without changes.
5 changes: 1 addition & 4 deletions fmm/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
//! A a general framework for implementing Fast Multipole Methods.
pub mod charge;
pub mod constants;
pub mod fmm;
pub mod interaction_lists;
pub mod pinv;
pub mod types;
Expand All @@ -11,7 +12,3 @@ mod field_translation {
pub mod source_to_target;
pub mod target;
}

mod fmm {
pub mod linear;
}

0 comments on commit 487bcae

Please sign in to comment.