Merge branch 'develop' into modify-fix-compute-accessors
# Conflicts: # src/PLUGIN/plugin.cpp
This commit is contained in:
@ -269,7 +269,7 @@ void WriteRestart::write(const std::string &file)
|
||||
|
||||
double *buf;
|
||||
memory->create(buf,max_size,"write_restart:buf");
|
||||
memset(buf,0,max_size*sizeof(buf));
|
||||
memset(buf,0,max_size*sizeof(double));
|
||||
|
||||
// all procs write file layout info which may include per-proc sizes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user