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
metexplore
met4j
Commits
0c4818ab
Commit
0c4818ab
authored
Apr 01, 2022
by
Clement Frainay
Browse files
fix typo
parent
f60ddbbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
met4j-toolbox/src/main/java/fr/inrae/toulouse/metexplore/met4j_toolbox/networkAnalysis/SideCompoundsScan.java
View file @
0c4818ab
...
...
@@ -165,7 +165,7 @@ public class SideCompoundsScan extends AbstractMet4jApplication {
if
(
flagInorganic
||
flagNoFormula
)
{
String
formula
=
v
.
getChemicalFormula
();
String
inorganic
=
"?"
;
String
validFor
u
mla
=
"true"
;
String
validForm
u
la
=
"true"
;
try
{
FormulaParser
fp
=
new
FormulaParser
(
formula
);
if
(
flagInorganic
){
...
...
@@ -178,14 +178,14 @@ public class SideCompoundsScan extends AbstractMet4jApplication {
}
}
catch
(
IllegalArgumentException
e
){
if
(
flagNoFormula
){
validFor
u
mla
=
"false"
;
validForm
u
la
=
"false"
;
side
=
true
;
}
}
if
(
reportValue
){
if
(
flagInorganic
)
l
.
append
(
"\t"
+
inorganic
);
if
(
flagNoFormula
)
l
.
append
(
"\t"
+
validFor
u
mla
);
if
(
flagNoFormula
)
l
.
append
(
"\t"
+
validForm
u
la
);
}
}
...
...
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