Almost done, just have to check the examples

This commit is contained in:
Jorge Gonzalez 2026-03-11 20:57:23 +01:00
commit 493f7b9785
5 changed files with 14 additions and 14 deletions

View file

@ -50,7 +50,6 @@ MODULE moduleMeshOutput0D
CLASS(meshGeneric), INTENT(in):: self
CHARACTER(:), ALLOCATABLE:: fileName
INTEGER:: k
character(:), allocatable:: kString
fileName = formatFileName('Output', 'Collisions', 'csv')
IF (timeStep == tInitial) THEN