mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: use HashTable for mapping codeStream entries
- write intermediate code to _SHA1 directories - add Test-codeStream
This commit is contained in:
@ -21,9 +21,14 @@ License
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Description
|
||||
Template for use with codeStream.
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
//{{{ begin codeInclude
|
||||
${codeInclude}
|
||||
//}}} end codeInclude
|
||||
|
||||
using namespace Foam;
|
||||
|
||||
@ -39,7 +44,9 @@ void ${typeName}
|
||||
Ostream& os
|
||||
)
|
||||
{
|
||||
//{{{ begin code
|
||||
${code};
|
||||
//}}} end code
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user