Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. # Manual hunk edit mode -- see bottom for a quick guide.
  2. @@ -1,13 +4,14 @@
  3. #[macro_use(azip)]
  4. extern crate ndarray;
  5.  
  6. #[cfg(feature="tuple")]
  7. extern crate tuple;
  8.  
  9. -mod integrators;
  10. +// mod integrators;
  11. mod steppers;
  12. mod ode;
  13.  
  14. pub mod observers;
  15.  
  16. // Re-exports
  17. # ---
  18. # To remove '-' lines, make them ' ' lines (context).
  19. # To remove '+' lines, delete them.
  20. # Lines starting with # will be removed.
  21. #
  22. # If the patch applies cleanly, the edited hunk will immediately be
  23. # marked for staging.
  24. # If it does not apply cleanly, you will be given an opportunity to
  25. # edit again. If all lines of the hunk are removed, then the edit is
  26. # aborted and the hunk is left unchanged.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement