Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Aland, Sebastian
amdis
Commits
d7a2fb7f
Commit
d7a2fb7f
authored
Oct 16, 2014
by
Praetorius, Simon
Browse files
GenericOperatorTerms restructured. You have to include Expressions.h now.
parent
edb2158b
Changes
2
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/
GenericOperatorTerm
.h
→
AMDiS/src/
Expressions
.h
View file @
d7a2fb7f
...
...
@@ -20,10 +20,10 @@
/** \file
GenericOperatorTerm
.h */
/** \file
Expressions
.h */
#ifndef AMDIS_
GENERIC_OPERATOR_TERM
_H
#define AMDIS_
GENERIC_OPERATOR_TERM
_H
#ifndef AMDIS_
EXPRESSIONS
_H
#define AMDIS_
EXPRESSIONS
_H
#include
"AMDiS_fwd.h"
#include
"OperatorTerm.h"
...
...
@@ -36,7 +36,7 @@
#include
"expressions/expressions.h"
/**
generic operator-term
s provide an easy way of automated generation of
/**
Expression
s provide an easy way of automated generation of
* 'arbitrary' operator-terms out of some elementary operations, by using a
* recursive definition of the term. All necessary data will be initialized
* when an expression as part of the term uses this data.
...
...
AMDiS/src/
GenericOperatorTerm
.hh
→
AMDiS/src/
Expressions
.hh
View file @
d7a2fb7f
...
...
@@ -20,7 +20,7 @@
/** \file
GenericOperatorTerm
.hh */
/** \file
Expressions
.hh */
namespace
AMDiS
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment