Small changes while testing 0D case
This commit is contained in:
parent
9cdc2491b1
commit
aad8675214
2 changed files with 6 additions and 6 deletions
|
|
@ -1012,9 +1012,6 @@ MODULE moduleInput
|
|||
if (found) then
|
||||
allocate(physicalSurfaces(1:nPhysicalSurfaces))
|
||||
|
||||
else
|
||||
call criticalError('No physical surfaces found in the input file', 'readPhysicalSurfaces')
|
||||
|
||||
end if
|
||||
|
||||
do ps = 1, nPhysicalSurfaces
|
||||
|
|
@ -1339,8 +1336,11 @@ MODULE moduleInput
|
|||
|
||||
end do
|
||||
|
||||
! Builds the K matrix for the Particles mesh
|
||||
call mesh%constructGlobalK()
|
||||
if (mesh%dimen > 0) then
|
||||
! Builds the K matrix for the Particles mesh
|
||||
call mesh%constructGlobalK()
|
||||
|
||||
end if
|
||||
|
||||
END SUBROUTINE readGeometry
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue