Commit 4fdcdb4e authored by shunbo's avatar shunbo
Browse files

Initial Commit

parent 4008ff3b
.vscode/
\ No newline at end of file
{
"files.associations": {
"gpuMRFZone.C": "cpp"
}
}
\ No newline at end of file
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"${FOAM_SRC}"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "gnu11",
"cppStandard": "gnu++14",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment