Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
caddies
caddies-api
Commits
58a18dde
Commit
58a18dde
authored
Apr 28, 2016
by
Luís de Sousa
Browse files
Fixed include in Function.cpp (square implementations).
parent
31d08afe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
impls/square-cell/vn-neighbours/1-levels/openmp/Functions.hpp
...s/square-cell/vn-neighbours/1-levels/openmp/Functions.hpp
+1
-4
impls/square-cell/vn-neighbours/1-levels/simple/Functions.hpp
...s/square-cell/vn-neighbours/1-levels/simple/Functions.hpp
+1
-4
No files found.
impls/square-cell/vn-neighbours/1-levels/openmp/Functions.hpp
View file @
58a18dde
...
...
@@ -23,13 +23,10 @@ THE SOFTWARE.
*/
#ifndef _CA_FUNCTIONS_HPP_
#define _CA_FUNCTIONS_HPP_
//! \file ca.hpp
//! Contains the classes and methods to make CA functions.
//! \author Luís de Sousa, EAWAG,
//! contact: luis.desousa [at] eawag.ch
//! \date 2016-03
#include
"
../../../common/Functions.hpp"
#include
"../
../../../common/Functions.hpp"
impls/square-cell/vn-neighbours/1-levels/simple/Functions.hpp
View file @
58a18dde
...
...
@@ -23,13 +23,10 @@ THE SOFTWARE.
*/
#ifndef _CA_FUNCTIONS_HPP_
#define _CA_FUNCTIONS_HPP_
//! \file ca.hpp
//! Contains the classes and methods to make CA functions.
//! \author Luís de Sousa, EAWAG,
//! contact: luis.desousa [at] eawag.ch
//! \date 2016-03
#include
"
../../../common/Functions.hpp"
#include
"../
../../../common/Functions.hpp"
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