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

@ -18,7 +18,7 @@ submodule(moduleMesh) elements
END SUBROUTINE resetOutput
module subroutine meshNodePointerAdd(self, node)
module subroutine meshNodePointer_add(self, node)
implicit none
class(meshNodePointer), allocatable, intent(inout):: self(:)
@ -47,7 +47,7 @@ submodule(moduleMesh) elements
end if
end subroutine meshNodePointerAdd
end subroutine meshNodePointer_add
module function meshNodePointer_equal_type_type(self, other) result(isEqual)
implicit none
@ -124,6 +124,7 @@ submodule(moduleMesh) elements
!Constructs the global K matrix
module SUBROUTINE constructGlobalK(self)
use moduleErrors, only: criticalError
IMPLICIT NONE
CLASS(meshParticles), INTENT(inout):: self