lammps/tools/pymol_asphere
Evangelos Voyiatzis 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
..
doc git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1084 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2007-10-22 21:36:28 +00:00
examples git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2923 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2009-06-30 17:19:34 +00:00
src Update error.cpp 2018-02-16 10:49:08 +01:00
README fix compilation for pymol_asphere tool 2017-03-20 17:18:24 -04:00

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