removed custom error message, information is added to error->one() call
This commit is contained in:
@ -439,7 +439,6 @@ bool FixScafacos::check_result(FCSResult result, int comm_rank)
|
||||
{
|
||||
if (result)
|
||||
{
|
||||
fprintf(stdout,"ScaFaCoS Error: Caught error on task %d.\n", comm_rank);
|
||||
std::string err_msg;
|
||||
std::stringstream ss;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user