Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 318 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 318 Bytes

xyz2bas

Fortran code that convert xyz file to bas file for Fireball
Github page: https://ctm-itodys.github.io/xyz2bas/
Compile the code:

gfortran xyz2bas.f95 -o xyz2bas.exe

For utilisation give the name of the xyz file and the bas file:

./xyz2bas.exe file.xyz file.bas