Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cdo
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mpim-sw
cdo
Commits
22d9e8c2
Commit
22d9e8c2
authored
2 months ago
by
Oliver Heidmann
Committed by
Uwe Schulzweida
2 months ago
Browse files
Options
Downloads
Patches
Plain Diff
removed old split_with_seperator_function
parent
a8f7b337
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!326
convert_to_number not called string_to_number, fixed usage of .fail enabling...
,
!322
Fixing and cleaning up handling of operator argument sourrounding the use of scientific notations
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/util_string.h
+0
-1
0 additions, 1 deletion
src/util_string.h
with
0 additions
and
1 deletion
src/util_string.h
+
0
−
1
View file @
22d9e8c2
...
@@ -38,7 +38,6 @@ const char *calendar_to_cstr(int calendar);
...
@@ -38,7 +38,6 @@ const char *calendar_to_cstr(int calendar);
std
::
string
get_scientific
(
double
p_float_string
);
std
::
string
get_scientific
(
double
p_float_string
);
std
::
vector
<
std
::
string
>
split_with_seperator
(
const
std
::
string
&
sourceString
,
const
char
seperator
);
bool
string_is_float
(
const
std
::
string
&
str
);
bool
string_is_float
(
const
std
::
string
&
str
);
bool
string_is_int
(
const
std
::
string
&
str
);
bool
string_is_int
(
const
std
::
string
&
str
);
void
cstr_replace_char
(
char
*
str_in
,
char
orig_char
,
char
rep_char
);
void
cstr_replace_char
(
char
*
str_in
,
char
orig_char
,
char
rep_char
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment