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
Prasetya, S.W.B. (Wishnu)
t3
Commits
1e8dee8b
Commit
1e8dee8b
authored
Jan 05, 2018
by
ISWB Prasetya
Browse files
bug fix
parent
cbb678fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/Sequenic/T3/DerivativeSuiteGens/Gen2/G2.java
View file @
1e8dee8b
...
...
@@ -298,6 +298,8 @@ public class G2 {
}
}
catch
(
Throwable
t
)
{
t3log
.
warning
(
"G2.mkG2worker throws an exception: "
+
t
.
getStackTrace
())
;
//System.out.println("### G2.mkG2worker throws:") ;
//t.printStackTrace();
}
return
g2s
;
...
...
src/Sequenic/T3/DerivativeSuiteGens/Gen2/StaticInfo.java
View file @
1e8dee8b
...
...
@@ -159,6 +159,8 @@ public class StaticInfo {
}
private
void
registerConstant
(
String
mname
,
String
constant
,
String
type
)
{
//System.out.println(">>>" + constant + " : " + type);
if
(
constant
.
length
()
<
2
)
return
;
constant
=
constant
.
substring
(
1
,
constant
.
length
()-
1
)
;
if
(
type
.
equals
(
"string"
))
{
// ignore if the string constant if it is too looooong:
...
...
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