Skip to content

Commit

Permalink
Remove all trace of dQuotient
Browse files Browse the repository at this point in the history
  • Loading branch information
jedbrown committed Apr 11, 2011
1 parent 64993d8 commit dc52fd1
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 574 deletions.
2 changes: 0 additions & 2 deletions include/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ install_files (/include FILES
dohpfs.h
dohpjacobi.h
dohpmesh.h
dohpquotient.h
dohpvec.h
dohpviewer.h
dohpstring.h # safer string handling, entirely optional
Expand All @@ -16,5 +15,4 @@ install_files (/include FILES
dohpfsimpl.h
dohpjacimpl.h
dohpmeshimpl.h
dohpquotientimpl.h
)
1 change: 0 additions & 1 deletion include/dohpfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

#include "dohpmesh.h"
#include "dohpjacobi.h"
#include "dohpquotient.h"

dEXTERN_C_BEGIN

Expand Down
35 changes: 0 additions & 35 deletions include/dohpquotient.h

This file was deleted.

43 changes: 0 additions & 43 deletions include/dohpquotientimpl.h

This file was deleted.

8 changes: 0 additions & 8 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
# ADD_SUBDIRECTORY (interface)
#set (Dohp_SRCS) # interface/dohp.c)

# ADD_SUBDIRECTORY (quotient)
list (APPEND Dohp_SRCS
quotient/interface/quotient.c
quotient/impls/gauss/gauss.c)

# ADD_SUBDIRECTORY (jacobi)
list (APPEND Dohp_SRCS
jacobi/interface/jacobi.c
Expand Down
36 changes: 0 additions & 36 deletions src/quotient/examples/tests/ex1.c

This file was deleted.

139 changes: 0 additions & 139 deletions src/quotient/impls/gauss/gauss.c

This file was deleted.

0 comments on commit dc52fd1

Please sign in to comment.