d64778295e
rename 'list' variables
2023-08-23 15:12:23 +02:00
f2d890aa58
integer division
2023-08-23 15:10:19 +02:00
088e983c78
remove semicolons
2023-08-23 15:09:44 +02:00
50efb8ee82
increase python 2 - 3 compatibility
...
python 2 vs 3 imports
2023-08-10 16:44:58 +02:00
e77a3e64b9
add from __future__ import print_function
...
python 2 vs 3 compatibility
2023-08-10 15:47:46 +02:00
8c53380765
fix Tkinter vs tkinter import
2023-08-10 15:45:58 +02:00
597e606bde
python 3 compatibility for src/*.py files
...
move imports to top of files
add from __future__ import
commands module -> subprocesses module
print statement -> print() function
exec statement -> exec() function
xrange -> range
map() -> list(map())
StandardError -> Exception
integer division: / -> //
x.has_key(y) -> y in x
sort(): use functools.cmp_to_key
type(x) is y -> isinstance(x, y)
raw_input -> input
change variable names 'list' to avoid clashes with list class
2023-08-10 13:19:02 +02:00
d560b34214
convert tabs to spaces, remove extra spaces, fix comments
2023-08-09 16:49:09 +02:00
37e8e54f41
Fixed FutureWarning for comparison against none
2016-06-11 09:46:33 +02:00
1659a894af
Lpp for Windows: Wildcard can be used to input dump-files in CMD
2014-09-09 17:21:02 +01:00
41ae242ce3
modified path to python executable in pizza.py
2014-02-14 19:27:08 +01:00
782a3e0383
included patch by Stefan Radl for dumping force network
...
modified: dump2force.py
2013-05-16 21:06:24 +02:00
e48124fbf8
changed mode of lpp.py to be an executable
2013-02-25 16:39:22 +01:00
e9a74ac55f
helpstring typo
2012-07-02 13:35:13 +02:00
c65ba3ee02
output vector and scalar data only if atom-array
...
is nonempty - for vtk integrity
2012-05-15 09:24:23 +02:00
0970fb17e2
unnecessary output only in debugmode
2012-05-15 09:23:38 +02:00
bc342606fd
added --no-overwrite to help-string
2012-04-14 10:42:40 +02:00
c9fa9ccc67
added support for --no-overwrite flag
...
if lpp is called with --no-overwrite it does
not process dump-files that have already been
converted, i.e. which *.vtk already exists.
2012-04-13 15:00:07 +02:00
7b68703319
extracted filename-generation to be a function
...
s.t. it can be called from other modules
2012-04-13 14:58:38 +02:00
94d3208aeb
removed compiled python code from distribution
...
(*.pyc files)
2012-04-13 14:56:09 +02:00
a05f1d7b10
bugfix:
...
- original pizza tool can be loaded again and does
not throw an error due to resources missing
anymore
2012-02-22 13:03:42 +01:00
17ddf8bece
bugfixes:
...
- workaround for python issue 8296 (http://bugs.python.org/issue8296 )
- lpp can be interrupted pressing ctrl+c
2012-02-22 12:08:17 +01:00
80592c0da1
Committer: ckloss <ckloss@fluid38.(none)>
...
On branch master
Initial commit for lpp, version 2011-10-11
2012-02-03 14:10:31 +01:00