Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f97dfee0 authored by PIACIBELLO Cyrille's avatar PIACIBELLO Cyrille
Browse files

Remove of warning for gcc

parent 957bf1ea
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ public:
}
static constexpr int GetSize(){
return sizeof(FReal) * VectorSize*(NRHS+NLHS)*NVALS;
return int(sizeof(FReal)) * VectorSize*(NRHS+NLHS)*NVALS;
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment