Skip to content
Snippets Groups Projects
Commit 790b7ef4 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

BUG: IOobject interpretation of ./ in construct-from-fileName (closes #482)

- Resolve ambiguity by using the following rules:

  1) starts with '/'  =>  absolute file-system path
  2) starts with './' or '../'  =>  file-system path relative to CWD
  3) otherwise treat as relative to the case

STYLE: allow write access to headerClassName
parent ddfbc7ed
No related merge requests found
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