Skip to content

Commit

Permalink
refs #7200 trying to resolve Unix differences.
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed May 29, 2013
1 parent 9da5cb2 commit 7ffa327
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ namespace MDEvents
* @author Janik Zikovsky
* @date 2011-02-24 15:08:43.105134
*/
// preliminary definition
template <size_t nd>
class LOOP;

class DLLExport MDEventFactory
{
/// definition which states how many dimensions to generate. If this number changes, one has to run generate_mdevent_declarations to reinstantiate atogenerated code
Expand Down Expand Up @@ -83,6 +87,7 @@ namespace MDEvents
template<size_t nd>
friend class LOOP;


static LOOP<MAX_MD_DIMENSIONS_NUM> CODE_GENERATOR;
};

Expand Down

0 comments on commit 7ffa327

Please sign in to comment.