CTM-ITODYS / bas2xyz

Fortran code that convert bas file to xyz file for Fireball.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Fortran code that convert bas file to xyz file for Fireball.

License:GNU General Public License v3.0


Languages

Language:Fortran 89.3%Language:BASIC 10.7%