Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
fc21fd19
Unverified
Commit
fc21fd19
authored
May 27, 2026
by
Peter Eastman
Committed by
GitHub
May 27, 2026
Browse files
Compile correctly under newer C++ standards (#5296)
parent
c6f9fab2
Changes
21
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
serialization/src/g_fmt.cpp
serialization/src/g_fmt.cpp
+3
-3
No files found.
serialization/src/g_fmt.cpp
View file @
fc21fd19
...
...
@@ -33,10 +33,10 @@ extern "C" {
#endif
char
*
g_fmt
(
register
char
*
b
,
double
x
)
g_fmt
(
char
*
b
,
double
x
)
{
register
int
i
,
k
;
register
char
*
s
;
int
i
,
k
;
char
*
s
;
int
decpt
,
j
,
sign
;
char
*
b0
,
*
s0
,
*
se
;
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
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