IT COMPILES

I don't belive it, this was the largest change in the code ever made and
it is compiling now.

Now, I have to test, clean the code, change the examples and update the
documentation...
This commit is contained in:
Jorge Gonzalez 2026-02-25 09:02:09 +01:00
commit be9b7be280
3 changed files with 8 additions and 6 deletions

View file

@ -703,7 +703,7 @@ MODULE moduleMesh
!Symmetry axis
TYPE, PUBLIC, EXTENDS(boundaryParticleGeneric):: boundaryAxis
CONTAINS
procedure, pass:: apply => axis
procedure, pass:: apply => symmetryAxis
END TYPE boundaryAxis
@ -768,14 +768,14 @@ MODULE moduleMesh
end subroutine transparent
module subroutine axis(self, edge, part)
module subroutine symmetryAxis(self, edge, part)
use moduleSpecies
class(boundaryAxis), intent(in):: self
class(meshEdge), intent(inout):: edge
class(particle), intent(inout):: part
end subroutine axis
end subroutine symmetryAxis
module subroutine wallTemperature(self, edge, part)
use moduleSpecies