Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
EMAM2Cpp
Commits
95d74b05
Commit
95d74b05
authored
Jan 28, 2019
by
Alexander David Hellwig
Browse files
Add function to get default content of default HelperA.h(no REQUIRE)
parent
c54e58c9
Pipeline
#100728
passed with stages
in 39 minutes and 31 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
95d74b05
...
...
@@ -47,7 +47,7 @@
<!--<Embedded-MontiArc-Math.version>0.0.19-SNAPSHOT</Embedded-MontiArc-Math.version>-->
<!--<tagging.version>0.0.4</tagging.version>-->
<Embedded-MontiArc-Math.version>
0.1.
5
-SNAPSHOT
</Embedded-MontiArc-Math.version>
<Embedded-MontiArc-Math.version>
0.1.
7
-SNAPSHOT
</Embedded-MontiArc-Math.version>
<!-- .. Libraries .................................................. -->
<guava.version>
18.0
</guava.version>
...
...
src/main/java/de/monticore/lang/monticar/generator/cpp/ArmadilloHelper.java
View file @
95d74b05
...
...
@@ -36,4 +36,8 @@ public class ArmadilloHelper {
fileContent
.
setFileContent
(
fileContentString
);
return
fileContent
;
}
public
static
FileContent
getArmadilloHelperFileContent
(){
return
getArmadilloHelperFileContent
(
false
);
}
}
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment