Commit Graph

4 Commits

Author SHA1 Message Date
b220b647d4 Update error.cpp
When compiling with g++ (GCC) 4.4.7 20120313 (Red Hat 4.4.7-18) an error occurs: 
error.cpp: In member function ‘void Error::generate_error(unsigned int, std::string, std::string)’:
error.cpp:146: error: ‘exit’ was not declared in this scope
The fix is to include the #include <cstdlib> where the exit() function is decleared in the error.cpp file
2018-02-16 10:49:08 +01:00
93d393aa69 permission cleanup in tools folder 2016-10-28 10:48:35 -04:00
301e696b5e git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7685 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2012-02-03 16:24:17 +00:00
988a4479e8 git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@641 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2007-06-21 22:53:58 +00:00