Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nicola Amadio
freud-java-serialization
Commits
8ef805e5
Commit
8ef805e5
authored
Jan 01, 2021
by
Nicola Amadio
Browse files
Set fname to symbol name. It now produces a valid binary, readable from freud-statistics.
parent
9a044d9d
Changes
2
Show whitespace changes
Inline
Side-by-side
my-symbols/_nicola_test/idcm__nicola_test_12493.bin
View file @
8ef805e5
No preview for this file type
src/main/java/Main.java
View file @
8ef805e5
...
...
@@ -56,8 +56,8 @@ public class Main {
private
static
void
fillObject
(
TestClassToSerialize
myObject
)
{
// file name
myObject
.
setNameLen
(
1
5
);
myObject
.
setFname
(
"_
Z9test_loopPii
"
);
myObject
.
setNameLen
(
1
2
);
myObject
.
setFname
(
"_
nicola_test
"
);
// feature names
myObject
.
setFeatureNamesCount
(
0
);
// type names
...
...
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