~till-sachau/melange-hybrid-model/1.0

« back to all changes in this revision

Viewing changes to various-example-simulations/simulation-mode-II-crack.py

  • Committer: sachau at uni-mainz
  • Date: 2013-01-30 19:44:24 UTC
  • Revision ID: sachau@uni-mainz.de-20130130194424-5fkmgtjjpyrf6tuz
Repaired a bug in some example scripts. The shebang was sometimes not in the first
line, but came after the GPL comment. That caused a bug when starting the script
without the 'python' command. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/python 
 
2
 
1
3
"""
2
4
Copyright (C) 2012 Till Sachau <sachau@uni-mainz.de> or <till.sachau@gmail.com>
3
5
 
15
17
along with Melange.  If not, see <http://www.gnu.org/licenses/>.
16
18
"""
17
19
 
18
 
#!/usr/bin/python 
19
 
 
20
20
import os, time
21
21
from melange import *
22
22