-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
ImpactGUI is a python GUI for the ImpactT and ImpactZ codes. | ||
ImpactGUI is a Python GUI for the ImpactT and ImpactZ codes. | ||
It can be used on Windows, MAC and Linux/Unix systems. | ||
To use the ImpactGUI, one needs to install | ||
Pyhon3 Tkinter, Numpy, Scipy and Matplotlib. | ||
Python3 packages Tkinter, Numpy, Scipy and Matplotlib. | ||
To run the Impact code under the GUI, one can either put the executables | ||
of ImpactT (ImpactTexe) and ImpactZ (ImpactZexe) under the | ||
/src directory or use the Advanced Setting menue, exe button to | ||
/src directory or use the Advanced Setting menu, exe button to | ||
load the executable into the GUI. | ||
The input files for running the Impact code can be either input | ||
by hand or by using the Load button under the File menue. | ||
by hand or by using the Load button under the File menu. |