-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trapezoid solver has been replaced with direct frustrum solver (#39)
- Loading branch information
Showing
2 changed files
with
0 additions
and
189 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,5 @@ | ||
//pub mod ap_solve; | ||
pub mod direct; | ||
pub mod periodic_direct; | ||
pub mod trapezoid; | ||
|
||
//pub use ap_solve::*; | ||
pub use direct::*; | ||
pub use periodic_direct::*; | ||
pub use trapezoid::*; |
This file was deleted.
Oops, something went wrong.