Skip to content

Commit

Permalink
revert cellrect.f90
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Dec 31, 2024
1 parent cdefe67 commit 862929e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Solution/ParticleTracker/CellRect.f90
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ module CellRectModule
double precision, public :: sinrot ! sine of rotation angle for local (x, y)
double precision, public :: cosrot ! cosine of rotation angle for local (x, y)

double precision, public :: xOrigin ! model x origin for local (x, y)
double precision, public :: yOrigin ! model y origin for local (x, y)
double precision, public :: zOrigin ! model z origin for local z

double precision, public :: vx1 ! west-boundary local-x velocity
double precision, public :: vx2 ! east-boundary local-x velocity
double precision, public :: vy1 ! south-boundary local-y velocity
Expand All @@ -29,6 +25,10 @@ module CellRectModule
double precision, public :: vz2 ! top-boundary z velocity

integer, public :: ipvOrigin ! origin vertex
double precision, public :: xOrigin ! model x origin for local (x, y)
double precision, public :: yOrigin ! model y origin for local (x, y)
double precision, public :: zOrigin ! model z origin for local z

contains
procedure :: destroy => destroy_rect ! destructor for the cell
end type CellRectType
Expand Down

0 comments on commit 862929e

Please sign in to comment.