Skip to content

Commit 6f657b4

Browse files
committed
nit
1 parent 4a03028 commit 6f657b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ program snac
204204
#else
205205
if(myid == 0) write(stderr,*) 'ERROR: there can be only one FFT direction; check the pre-processor flags.'
206206
if(myid == 0) write(stderr,*) 'Aborting...'
207-
call MPI_FINALIZE
207+
call MPI_FINALIZE()
208208
error stop
209209
#endif
210210
call test_sanity_fft(dims(idir),ng(idir),lmin(idir),lmax(idir),gr(idir))

0 commit comments

Comments
 (0)