https://github.com/HTDerekLiu/surface_multigrid_code
Revision 9ad38baacd2069997005a100edb89ce2c131b3d3 authored by HTDerekLiu on 01 March 2021, 20:16:45 UTC, committed by HTDerekLiu on 01 March 2021, 20:16:45 UTC
1 parent 28a0275
Raw File
Tip revision: 9ad38baacd2069997005a100edb89ce2c131b3d3 authored by HTDerekLiu on 01 March 2021, 20:16:45 UTC
add lbiigl empty
Tip revision: 9ad38ba
.gitignore
libigl/*

# 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