Copy input files to output folder

After reading the input, the code copies the JSON input file but the
mesh(es) to the output directory.
This commit is contained in:
Jorge Gonzalez 2021-04-21 16:01:01 +02:00
commit 027b346a84
2 changed files with 19 additions and 7 deletions

View file

@ -417,6 +417,11 @@ MODULE moduleMesh
END INTERFACE
!Logical to indicate if an specific mesh for MC Collisions is used
LOGICAL:: doubleMesh
!Complete path for the two meshes
CHARACTER(:), ALLOCATABLE:: pathMeshColl, pathMeshParticle
CONTAINS
!Constructs the global K matrix
SUBROUTINE constructGlobalK(self)