Skip to content

Commit 1690a67

Browse files
authored
Remove definition of function setDoubleArrayZero from CCXHelpers.h because it is defined in the 2D3DCoupling.h (#134)
1 parent 5355a9b commit 1690a67

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

adapter/CCXHelpers.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -358,14 +358,6 @@ bool isDoubleEqual(const double a, const double b);
358358
*/
359359
bool isQuasi2D3D(const int quasi2D3D);
360360

361-
/**
362-
* @brief Set all values of an array to 0
363-
* @param values is the array carrying double values
364-
* @param length is the number of elements in array
365-
* @param dim is the dimension of the array data
366-
*/
367-
void setDoubleArrayZero(double *values, const int length, const int dim);
368-
369361
/* Error messages */
370362

371363
/**

0 commit comments

Comments
 (0)