git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7575 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2012-01-25 15:31:54 +00:00
parent 5c71961c39
commit 6b1774dc20
151 changed files with 52317 additions and 59 deletions

View File

@ -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;