flow_solver
flow_solver copied to clipboard
Flag edit for compiling in older cmake
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.