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
qbox
qbox-public
Commits
3f83297a
Commit
3f83297a
authored
Dec 15, 2021
by
Francois Gygi
Browse files
Fix printing of r with vloc in vlin.dat
parent
5d158d2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
util/upf2qso/src/upf2qso.cpp
View file @
3f83297a
...
...
@@ -159,7 +159,7 @@ void skipln(void)
}
////////////////////////////////////////////////////////////////////////////////
const
string
release
=
"1.1
0
"
;
const
string
release
=
"1.1
1
"
;
int
main
(
int
argc
,
char
**
argv
)
{
...
...
@@ -1599,7 +1599,7 @@ int main(int argc, char** argv)
ofstream
vlin
(
"vlin.dat"
);
vlin
<<
"# vlocal"
<<
endl
;
for
(
int
i
=
0
;
i
<
nplin
;
i
++
)
vlin
<<
vloc_lin
[
i
]
<<
endl
;
vlin
<<
i
*
mesh_spacing
<<
" "
<<
vloc_lin
[
i
]
<<
endl
;
vlin
<<
endl
<<
endl
;
for
(
int
iproj
=
0
;
iproj
<
vnl_lin
.
size
();
iproj
++
)
{
...
...
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