Merge branch 'develop' into always-exceptions
# Conflicts: # src/library.cpp
This commit is contained in:
@ -239,7 +239,7 @@ struct _liblammpsplugin {
|
||||
|
||||
void (*free)(void *);
|
||||
|
||||
void (*is_running)(void *);
|
||||
int (*is_running)(void *);
|
||||
void (*force_timeout)(void *);
|
||||
|
||||
int (*has_error)(void *);
|
||||
|
||||
@ -30,7 +30,7 @@ PROGRAM f_driver
|
||||
REAL (kind=8), ALLOCATABLE :: x(:)
|
||||
REAL (kind=8), PARAMETER :: epsilon=0.1
|
||||
|
||||
CHARACTER (len=64) :: arg
|
||||
CHARACTER (len=1024) :: arg
|
||||
CHARACTER (len=1024) :: line
|
||||
|
||||
! setup MPI and various communicators
|
||||
|
||||
Reference in New Issue
Block a user