commit
2465845f9a
2 changed files with 37 additions and 0 deletions
@ -0,0 +1,34 @@ |
|||
# ---> C++ |
|||
# 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 |
|||
|
@ -0,0 +1,3 @@ |
|||
# SingularityJudger |
|||
|
|||
Integration of gauss map, osculating toroidal patches, loop detection and C2 judgement to figure out the singular or loop intersection. |
Loading…
Reference in new issue