--- trunk/src/applications/hydrodynamics/diffExplainer 2009/11/25 20:02:06 1390 +++ trunk/src/applications/hydrodynamics/diffExplainer 2012/09/07 18:13:55 1795 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!@PYTHON_EXECUTABLE@ """Computes predicted diffusion constants and rotational relaxation times from a diff file. Explains the values in the diff file in terms of properties that can be calculated from a molecular dynamics @@ -18,8 +18,8 @@ __author__ = "Dan Gezelter (gezelter@nd.edu)" """ __author__ = "Dan Gezelter (gezelter@nd.edu)" -__version__ = "$Revision: 1.2 $" -__date__ = "$Date: 2009-11-25 20:01:58 $" +__version__ = "$Revision$" +__date__ = "$Date$" __copyright__ = "Copyright (c) 2008 by the University of Notre Dame" __license__ = "OpenMD"