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
d4f5ea374a
python 3 compatibility for scripts/*.py files
2023-08-10 13:37:14 +02:00
cf710bcb9e
add example files
2023-08-10 13:27:33 +02:00
e1556451fa
update example dump files to contain atom property names
2023-08-10 13:26:48 +02:00
539fd060c2
python 3 compatibility for examples/*.py files
...
add from __future__ import
print statement -> print() function
xrange -> range
map() -> list(map())
range() -> list(range())
StandardError -> Exception
2023-08-10 13:25:36 +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
633058e1ab
Merge pull request #3 from aaigner/master
...
Fixed FutureWarning for comparison against none
2017-02-23 10:38:37 +01:00
37e8e54f41
Fixed FutureWarning for comparison against none
2016-06-11 09:46:33 +02:00
bd2956bf36
Merge pull request #2 from aaigner/master
...
Lpp for Windows: Wildcard can be used to input dump-files in CMD
2014-09-10 09:17:29 +02:00
1659a894af
Lpp for Windows: Wildcard can be used to input dump-files in CMD
2014-09-09 17:21:02 +01:00
98f496d392
Merge pull request #1 from sn-amber/master
...
New Installation Procedure
2014-02-19 13:36:51 +01:00
b8a7b6afdf
whitespace error
2014-02-14 21:04:46 +01:00
0a520a4ba7
extended INSTALL.txt to include non-default case
2014-02-14 21:03:38 +01:00
ea353da907
updated INSTALL.txt
2014-02-14 20:52:32 +01:00
b682f1d949
modified installation script
2014-02-14 20:50:39 +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
ae4ffc20f6
modified install script
2013-02-25 16:42:16 +01:00
e48124fbf8
changed mode of lpp.py to be an executable
2013-02-25 16:39:22 +01:00
7c78a0af66
added different installation procedure
2013-02-25 16:37:11 +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
a12beacfb0
added reference to lpp.html in README_GRANULAR
2012-04-13 15:24:31 +02:00
029a1a243d
added documentation for --no-overwrite flag
2012-04-13 15:22:23 +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
35a54c3e1b
Update INSTALL.txt
2012-03-08 09:38:19 +01:00
c945da227c
update changelog_lpp.txt
...
- referenced to git log
2012-02-22 13:18:46 +01: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