flow_solver icon indicating copy to clipboard operation
flow_solver copied to clipboard

Flag edit for compiling in older cmake

Open Bhaskar1994 opened this issue 8 years ago • 0 comments

Added another flag arguement so that the code compiles in older versions of cmake with the c99 gnu option. Otherwise there will be errors for each case where a for loop has been declared like this: for(int i;...) this is not valid for older c-standards.

Bhaskar1994 avatar Jun 26 '17 12:06 Bhaskar1994