initialize static string buffers to empty strings
This commit is contained in:
@ -69,7 +69,7 @@ Universe::~Universe()
|
||||
|
||||
void Universe::reorder(char *style, char *arg)
|
||||
{
|
||||
char line[MAXLINE];
|
||||
char line[MAXLINE] = {'\0'};
|
||||
|
||||
if (uworld != uorig) MPI_Comm_free(&uworld);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user