Skip to content
Snippets Groups Projects
Commit 547e397a authored by nadolski's avatar nadolski
Browse files

Add pragma for intel compiler

parent 712e25b3
No related branches found
No related tags found
No related merge requests found
......@@ -9,9 +9,11 @@
*/
// Intel compiler
#ifndef __APPLE_CC__
#pragma warning (disable:193)
#pragma warning (disable:981)
#pragma warning (disable:1572)
#endif
// LSN
#define DOF (ss_dim/2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment