Update code to use the simpler C++11 template syntax
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
HashTable<word> volumeFields;
|
||||
|
||||
// 2. the fields for each cloud:
|
||||
HashTable< HashTable<word> > cloudFields;
|
||||
HashTable<HashTable<word>> cloudFields;
|
||||
|
||||
if (timeDirs.size())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user