We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5355a9b commit 1690a67Copy full SHA for 1690a67
adapter/CCXHelpers.h
@@ -358,14 +358,6 @@ bool isDoubleEqual(const double a, const double b);
358
*/
359
bool isQuasi2D3D(const int quasi2D3D);
360
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
-
369
/* Error messages */
370
371
/**
0 commit comments