"src/git@develop.openfoam.com:Development/openfoam.git" did not exist on "9af3f85cf98b26daa4239bd89a6cdacabef2156a"
Mark Olesen
authored
- with '&&' conditions, often better to check for non-null autoPtr first (it is cheap) - check as bool instead of valid() method for cleaner code, especially when the wrapped item itself has a valid/empty or good. Also when handling multiple checks. Now if (ptr && ptr->valid()) if (ptr1 || ptr2) instead if (ptr.valid() && ptr->valid()) if (ptr1.valid() || ptr2.valid())
Name | Last commit | Last update |
---|