Skip to content
Snippets Groups Projects
Commit ec4e89c7 authored by Abhinav Singh's avatar Abhinav Singh
Browse files

Labfolder hook

parent c6336652
No related branches found
No related tags found
No related merge requests found
-I/Users/absingh/git/OpenFPM/Dependencies/MPI/include
\ No newline at end of file
-I
\ No newline at end of file
/Users/absingh/git/OpenFPM/Dependencies/MPI/lib/libmpi.dylib
\ No newline at end of file
\ No newline at end of file
......@@ -3,7 +3,7 @@
*
* Created on: Jan 7, 2020
* Author: Abhinav Singh, Pietro Incardona
* //adding labfolder
* //adding labfolder hook
*/
#include "config.h"
......
......@@ -62,6 +62,7 @@
#define VECT_ROUND 88
#define VECT_NEARBYINT 89
#define VECT_RINT 90
#define VECT_DCPSE 100
#define VECT_PMUL 91
#define VECT_SUB_UNI 92
......@@ -460,6 +461,18 @@ public:
return v;
}
/*! \brief Return the vector on which is acting
*
* It return the vector used in getVExpr, to get this object
*
* \return the vector
*
*/
const vector & getVector() const
{
return v;
}
/*! \brief This function must be called before value
*
* it initialize the expression if needed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment