Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hqr
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
solverstack
hqr
Commits
ac112958
Commit
ac112958
authored
7 years ago
by
Mathieu Faverge
Browse files
Options
Downloads
Patches
Plain Diff
Small changes in libdraw.h
parent
f1af30a8
No related branches found
No related tags found
1 merge request
!7
Cleanup
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/common.h
+1
-2
1 addition, 2 deletions
include/common.h
include/libdraw.h
+4
-4
4 additions, 4 deletions
include/libdraw.h
with
5 additions
and
6 deletions
include/common.h
+
1
−
2
View file @
ac112958
...
...
@@ -2,7 +2,7 @@
*
* @file common.h
*
* Header file for common mac
c
ro
* Header file for common macro
*
* @copyright 2010-2017 The University of Tennessee and The University
* of Tennessee Research Foundation. All rights
...
...
@@ -17,7 +17,6 @@
* @date 2017-04-05
*
*/
#ifndef _COMMON_H_
#define _COMMON_H_
...
...
This diff is collapsed.
Click to expand it.
include/libdraw.h
+
4
−
4
View file @
ac112958
...
...
@@ -17,12 +17,12 @@
#ifndef _LIBDRAW_H_
#define _LIBDRAW_H_
#include
<common.h>
#include
"common.h"
BEGIN_C_DECLS
#define WIDTH 50
#define HEIGHT 50
#define SIZE 100
BEGIN_C_DECLS
#define SIZE 100
/*
* Clobal array for color
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment