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
nomad-lab
soap-plus-plus
Commits
2abfb489
Commit
2abfb489
authored
Mar 20, 2017
by
Carl Poelking
Browse files
GLOG output.
parent
5ec40e2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/soap/spectrum.cpp
View file @
2abfb489
...
...
@@ -143,7 +143,7 @@ AtomicSpectrum *Spectrum::computeAtomic(Particle *center, Structure::particle_ar
weight0
*=
_basis
->
getCutoff
()
->
getCenterWeight
();
}
GLOG
()
<<
(
*
pit
)
->
getType
()
<<
" "
<<
dr
.
getX
()
<<
" "
<<
dr
.
getY
()
<<
" "
<<
dr
.
getZ
()
<<
" "
<<
(
*
pit
)
->
getWeight
()
<<
std
::
endl
;
GLOG
()
<<
(
*
pit
)
->
getType
()
<<
"
X
"
<<
dr
.
getX
()
<<
"
Y
"
<<
dr
.
getY
()
<<
"
Z
"
<<
dr
.
getZ
()
<<
"
W
"
<<
(
*
pit
)
->
getWeight
()
<<
" S "
<<
(
*
pit
)
->
getSigma
()
<<
std
::
endl
;
// COMPUTE EXPANSION & ADD TO SPECTRUM
bool
gradients
=
(
is_image
)
?
false
:
_options
->
get
<
bool
>
(
"spectrum.gradients"
);
...
...
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