Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
ScalFMM
Commits
3349dbe1
Commit
3349dbe1
authored
Nov 27, 2014
by
COULAUD Olivier
Browse files
Minor changes
parent
5dc0985c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Src/Files/FDlpolyLoader.hpp
View file @
3349dbe1
...
...
@@ -312,6 +312,7 @@ public:
this
->
boxWidth
=
0
;
this
->
nbParticles
=
0
;
}
std
::
cout
<<
"nbParticles "
<<
nbParticles
<<
std
::
endl
;
}
/**
* Default destructor, simply close the file
...
...
@@ -368,7 +369,7 @@ public:
int
size
;
removeWarning
=
fread
(
&
size
,
sizeof
(
int
),
1
,
file
);
if
(
size
!=
60
)
printf
(
"Error in loader Dlpoly Size %d should be %d
\n
"
,
size
,
60
);
if
(
size
!=
60
)
printf
(
"Error in loader Dlpoly Size %d should be %d
\n
"
,
size
,
60
);
removeWarning
=
fread
(
&
index
,
sizeof
(
int
),
1
,
file
);
removeWarning
=
fread
(
&
charge
,
sizeof
(
double
),
1
,
file
);
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment