Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
blaar
blibs
blc_core
Commits
2d5dd62a
Commit
2d5dd62a
authored
Aug 02, 2016
by
Arnaud Blanchard
Browse files
Remove sscan_dims
parent
62927a05
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/blc_text.h
View file @
2d5dd62a
...
...
@@ -192,10 +192,6 @@ void fscan_tsv_floats(FILE *file, float *values, int values_nb);
int
fprint_fourcc
(
FILE
*
file
,
uint32_t
value
);
char
*
sprint_fourcc
(
char
*
string
,
uint32_t
value
);
<<<<<<<
HEAD
=======
int
blc_sscan_dims
(
int
**
lengths
,
char
const
*
str
);
>>>>>>>
4
d5fce55b5bb1f55ace1ae2f41d347daf5323f38
END_EXTERN_C
///@}
...
...
src/blc_array.cpp
View file @
2d5dd62a
...
...
@@ -68,15 +68,12 @@ void blc_array::def_array(uint32_t type, uint32_t format, int dims_nb, blc_dim *
size
=
dims
[
dims_nb
-
1
].
length
*
dims
[
dims_nb
-
1
].
step
;
}
<<<<<<<
HEAD
void
blc_array
::
def_array
(
uint32_t
type
,
uint32_t
format
,
char
const
*
dims_string
){
this
->
type
=
type
;
this
->
format
=
format
;
sscan_dims
(
dims_string
);
}
=======
>>>>>>>
4
d5fce55b5bb1f55ace1ae2f41d347daf5323f38
void
blc_array
::
destroy
(){
FREE
(
data
);
FREE
(
dims
);
...
...
Write
Preview
Supports
Markdown
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