Skip to content

Commit

Permalink
some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rrsettgast committed Aug 10, 2024
1 parent b9ac080 commit 8b9d9d8
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class AquiferBoundaryCondition : public FieldSpecificationBase

};

/// @copydoc FieldSpecificationBase(string const &, Group *)
/// @copydoc FieldSpecificationBase(string const &, dataRepository::Group *)
AquiferBoundaryCondition( string const & name, Group * parent );

/// deleted default constructor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class EquilibriumInitialCondition : public FieldSpecificationBase
{
public:

/// @copydoc FieldSpecificationBase(string const &, Group *)
/// @copydoc FieldSpecificationBase(string const &, dataRepository::Group *)
EquilibriumInitialCondition( string const & name, Group * parent );

/// deleted default constructor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class TableFunction;
class TractionBoundaryCondition : public FieldSpecificationBase
{
public:
/// @copydoc FieldSpecificationBase(string const &, Group *)
/// @copydoc FieldSpecificationBase(string const &, dataRepository::Group *)
TractionBoundaryCondition( string const & name, Group * parent );

/// deleted default constructor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ namespace geos
namespace stabilizedCompositionalMultiphaseFVMKernels
{

;


/******************************** FaceBasedAssemblyKernel ********************************/

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ namespace geos
namespace stabilizedSinglePhaseFVMKernels
{

;


/******************************** FaceBasedAssemblyKernel ********************************/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ namespace geos
namespace thermalCompositionalMultiphaseBaseKernels
{

;


/******************************** PhaseVolumeFractionKernel ********************************/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ namespace geos
namespace thermalCompositionalMultiphaseFVMKernels
{

;

/******************************** PhaseMobilityKernel ********************************/

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ namespace geos

namespace thermalSinglePhaseFVMKernels
{
;

/******************************** FaceBasedAssemblyKernel ********************************/

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ namespace geos

namespace proppantTransportKernels
{
;

/******************************** FluidUpdateKernel ********************************/

struct FluidUpdateKernel
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ namespace geos
namespace compositionalMultiphaseWellKernels
{

;

static constexpr real64 minDensForDivision = 1e-10;

// tag to access well and reservoir elements in perforation rates computation
Expand Down

0 comments on commit 8b9d9d8

Please sign in to comment.