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

@ -29,6 +29,7 @@ submodule(moduleMesh) boundaryParticle
use json_module
use moduleRefParam, only: m_ref
use moduleConstParam, only: me
use moduleErrors, only: criticalError
implicit none
class(boundaryParticleGeneric), allocatable, intent(out):: self
@ -152,7 +153,7 @@ submodule(moduleMesh) boundaryParticle
USE moduleSpecies
USE moduleCaseParam
USE moduleConstParam
USE moduleErrors
USE moduleErrors, only: criticalError
IMPLICIT NONE
CLASS(boundaryParticleGeneric), ALLOCATABLE, INTENT(out):: boundary