Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
iwr
amdis
Commits
d7a2fb7f
Commit
d7a2fb7f
authored
Oct 16, 2014
by
Praetorius, Simon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GenericOperatorTerms restructured. You have to include Expressions.h now.
parent
edb2158b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
AMDiS/src/Expressions.h
AMDiS/src/Expressions.h
+4
-4
AMDiS/src/Expressions.hh
AMDiS/src/Expressions.hh
+1
-1
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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