Skip to content

Commit

Permalink
moved power code inside unbounded/wallBounded module
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshrinet committed Apr 27, 2024
1 parent a890a93 commit d8ea8ec
Show file tree
Hide file tree
Showing 12 changed files with 963 additions and 1,002 deletions.
4 changes: 1 addition & 3 deletions pystokes/__init__.py
Expand Up @@ -7,10 +7,8 @@
import pystokes.forceFields
import pystokes.phoretic.unbounded
import pystokes.phoretic.wallBounded
import pystokes.power.unbounded
import pystokes.power.wallBounded



## latest version of PyStokes
__version__="2.3.0"
__version__="2.3.2"
8 changes: 0 additions & 8 deletions pystokes/power/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions pystokes/power/__init__.py

This file was deleted.

35 changes: 0 additions & 35 deletions pystokes/power/unbounded.pxd

This file was deleted.

320 changes: 0 additions & 320 deletions pystokes/power/unbounded.pyx

This file was deleted.

0 comments on commit d8ea8ec

Please sign in to comment.