https://github.com/ElsevierSoftwareX/SOFTX_2019_219
Revision bf77e16ce14b7781afb9697e199923aeb7a4ab02 authored by Konrad Werys on 08 March 2019, 12:19:52 UTC, committed by Konrad Werys on 08 March 2019, 12:19:52 UTC
1 parent 5172821
Raw File
Tip revision: bf77e16ce14b7781afb9697e199923aeb7a4ab02 authored by Konrad Werys on 08 March 2019, 12:19:52 UTC
fix:error: redefinition of ‘class OxImageCalculatorT1_calculate_molli_multithread_Test
Tip revision: bf77e16
.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