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

bas2xyz

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

gfortran bas2xyz.f95 -o bas2xyz.exe

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

./bas2xyz.exe file.bas file.xyz