https://github.com/arguelles/nuSQuIDS
Raw File
Tip revision: 155e9a528c9be349c08e5f3d11174c29dec6c39c authored by arguelles on 03 July 2018, 20:13:22 UTC
Prevent reading cross section when not going to use. User feature.
Tip revision: 155e9a5
.gitignore
# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app

*.pyc
*.hdf5

# cosillas
*.pc

Makefile
back to top