Skip to content
Snippets Groups Projects
Commit 41bf21bd authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Fixing tnl-quickstart.

parent de4b3e26
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ template<> struct ConfigTagIndex< {problemBaseName}BuildConfigTag, long int >{{ ...@@ -25,7 +25,7 @@ template<> struct ConfigTagIndex< {problemBaseName}BuildConfigTag, long int >{{
template< int Dimensions > struct ConfigTagDimensions< {problemBaseName}BuildConfigTag, Dimensions >{{ enum {{ enabled = ( Dimensions == 1 ) }}; }}; template< int Dimensions > struct ConfigTagDimensions< {problemBaseName}BuildConfigTag, Dimensions >{{ enum {{ enabled = ( Dimensions == 1 ) }}; }};
/**** /****
* Use of tnlGrid is enabled for allowed dimensions and Real, Device and Index types. * Use of Meshes::Grid is enabled for allowed dimensions and Real, Device and Index types.
*/ */
template< int Dimensions, typename Real, typename Device, typename Index > template< int Dimensions, typename Real, typename Device, typename Index >
struct ConfigTagMesh< {problemBaseName}BuildConfigTag, Meshes::Grid< Dimensions, Real, Device, Index > > struct ConfigTagMesh< {problemBaseName}BuildConfigTag, Meshes::Grid< Dimensions, Real, Device, Index > >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment