Renaming of code. New name is FPAKC.

This commit is contained in:
Jorge Gonzalez 2020-11-16 18:25:42 +01:00
commit 7b707e7806
7 changed files with 1591 additions and 12 deletions

View file

@ -18,7 +18,7 @@ VAR := ""
FCFLAGS := -fopenmp -Ofast -J $(MODDIR) -I $(INCDIR) -Wall -g
#Output file
OUTPUT = PPartiC
OUTPUT = FPAKC
export