Skip to content

Commit

Permalink
Removed unused STF class
Browse files Browse the repository at this point in the history
  • Loading branch information
rwalkerlewis committed Jul 31, 2023
1 parent 3b62f89 commit 222a16b
Show file tree
Hide file tree
Showing 8 changed files with 995 additions and 203 deletions.
1 change: 0 additions & 1 deletion libsrc/pylith/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ libpylith_la_SOURCES = \
sources/RickerWavelet.cc \
sources/Source.cc \
sources/SourceTimeFunctionMomentTensorForce.cc \
sources/SourceTimeFunctionPointForce.cc \
sources/SquarePulseSource.cc \
sources/WellboreSource.cc \
topology/Mesh.cc \
Expand Down
1 change: 0 additions & 1 deletion libsrc/pylith/sources/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ subpkginclude_HEADERS = \
PointForce.hh \
AuxiliaryFactoryPointForce.hh \
SourceTimeFunctionMomentTensorForce.hh \
SourceTimeFunctionPointForce.hh \
sourcesfwd.hh


Expand Down
5 changes: 3 additions & 2 deletions libsrc/pylith/sources/SourceTimeFunctionMomentTensorForce.hh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#include "petscds.h" // USES PetscPointFunc, PetscPointJac

class pylith::sources::SourceTimeFunctionMomentTensorForce : public pylith::utils::PyreComponent {
friend class TestRickerFunction; // unit testing
friend class TestSourceTimeFunctionMomentTensorForce; // unit testing

// PUBLIC METHODS //////////////////////////////////////////////////////////////////////////////////////////////////
public:
Expand Down Expand Up @@ -103,7 +103,8 @@ private:

SourceTimeFunctionMomentTensorForce(const SourceTimeFunctionMomentTensorForce&); ///< Not implemented.
const SourceTimeFunctionMomentTensorForce& operator=(const SourceTimeFunctionMomentTensorForce&); /// Not
/// implemented.

/// implemented.

}; // class SourceTimeFunctionMomentTensorForce

Expand Down
87 changes: 0 additions & 87 deletions libsrc/pylith/sources/SourceTimeFunctionPointForce.cc

This file was deleted.

111 changes: 0 additions & 111 deletions libsrc/pylith/sources/SourceTimeFunctionPointForce.hh

This file was deleted.

1 change: 0 additions & 1 deletion libsrc/pylith/sources/sourcesfwd.hh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ namespace pylith {
class GaussianWavelet;

class PointForce;
class SourceTimeFunctionPointForce;
class AuxiliaryFactoryPointForce;

class SquarePulseSource;
Expand Down
Loading

0 comments on commit 222a16b

Please sign in to comment.