This commit partially reverts commit
a45f633f0fc797a499559887d2b5d6be6bf1a508. The un-deprecated functions
were found to be useful an Aspect application, where one subtracted the
mean value from a vector of pressure values.
* Addition of @p s to all components. Note that @p s is a scalar and
* not a vector.
*/
- void add (const Number s) DEAL_II_DEPRECATED;
+ void add (const Number s);
/**
* Simple vector addition, equal to the <tt>operator +=</tt>.
* Addition of @p s to all components. Note that @p s is a scalar and not
* a vector.
*/
- void add (const PetscScalar s) DEAL_II_DEPRECATED;
+ void add (const PetscScalar s);
/**
* Simple vector addition, equal to the <tt>operator +=</tt>.
* Addition of @p s to all components. Note that @p s is a scalar and not
* a vector.
*/
- void add (const TrilinosScalar s) DEAL_II_DEPRECATED;
+ void add (const TrilinosScalar s);
/**
* Simple vector addition, equal to the <tt>operator +=</tt>.
*
* @dealiiOperationIsMultithreaded
*/
- void add (const Number s) DEAL_II_DEPRECATED;
+ void add (const Number s);
/**
* Simple vector addition, equal to the <tt>operator +=</tt>.
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams