PlasCom2  1.0
XPACC Multi-physics simluation application
TestICEReplaceFortran.f90
Go to the documentation of this file.
1 SUBROUTINE testkernel(result)
2 
3  INTEGER :: result
4 
5  result = 1
6  WRITE(*,*) 'Hello Hoth.'
7 
8 END SUBROUTINE testkernel
subroutine testkernel(result)