forked from lijiext/lammps
b220b647d4
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 |
||
---|---|---|
.. | ||
doc | ||
examples | ||
src | ||
README |
README
asphere_vis: Tool for triangulating aspherical particles to convert LAMMPS output to PyMol input Building the tool: cd src make # may need to edit Makefile for your system This will place the asphere_vis executable in the bin directory. Documentation is in the doc directory. See instructions on how to run an example ellipsoid viz in the examples dir. Mike Brown, Sandia National Labs wmbrown at sandia.gov June 2007