https://github.com/ElsevierSoftwareX/SOFTX_2019_219
Revision 1cd64aad143b9977cd90a77f7b7b5d2da6e03758 authored by Konrad Werys on 09 August 2019, 10:04:56 UTC, committed by Konrad Werys on 15 August 2019, 15:53:35 UTC
1 parent f773857
Raw File
Tip revision: 1cd64aad143b9977cd90a77f7b7b5d2da6e03758 authored by Konrad Werys on 09 August 2019, 10:04:56 UTC
feat: added lmfit v5
Tip revision: 1cd64aa
.gitignore
html
latex

# mac
*.DS_Store

# clion
.idea
cmake-build-*

# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

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

# Fortran module files
*.mod
*.smod

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

# Executables
*.exe
*.out
*.app
back to top