Skip to content

Commit

Permalink
BLD: Merge all code for autogeneration in the main.f90.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Jan 2, 2024
1 parent 2975674 commit fafe1fa
Show file tree
Hide file tree
Showing 7 changed files with 555 additions and 609 deletions.
4 changes: 2 additions & 2 deletions srcgen/codata_constants/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CC=gcc
FC=gfortran
FFLAGS=-std=f2008 -Wall -Wextra -pedantic
OBJECTS=utilities.o fortran_code.o c_code.o py_code.o cpy_code.o main.o
OBJECTS=main.o

all: generator

Expand All @@ -17,4 +17,4 @@ build: $(OBJECTS)
clean:
rm -f *.o
rm -f generator
rm -f *.mod
rm -f *.mod
37 changes: 0 additions & 37 deletions srcgen/codata_constants/c_code.f90

This file was deleted.

43 changes: 0 additions & 43 deletions srcgen/codata_constants/cpy_code.f90

This file was deleted.

33 changes: 0 additions & 33 deletions srcgen/codata_constants/fortran_code.f90

This file was deleted.

Loading

0 comments on commit fafe1fa

Please sign in to comment.