git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7575 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -72,7 +72,7 @@ class UCL_H_Vec : public UCL_BaseMat {
|
||||
std::cerr << "UCL Error: Could not allocate " << _row_bytes
|
||||
<< " bytes on host.\n";
|
||||
_row_bytes=0;
|
||||
exit(1);
|
||||
UCL_GERYON_EXIT;
|
||||
#endif
|
||||
_row_bytes=0;
|
||||
return err;
|
||||
@ -103,7 +103,7 @@ class UCL_H_Vec : public UCL_BaseMat {
|
||||
std::cerr << "UCL Error: Could not allocate " << _row_bytes
|
||||
<< " bytes on host.\n";
|
||||
_row_bytes=0;
|
||||
exit(1);
|
||||
UCL_GERYON_EXIT;
|
||||
#endif
|
||||
_row_bytes=0;
|
||||
return err;
|
||||
|
||||
Reference in New Issue
Block a user