Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Arnaud Kress
easea
Commits
93f13b12
Commit
93f13b12
authored
Sep 14, 2011
by
Frédéric Krüger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ajout de grapher java
parent
516b76b8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
easeagrapher/EaseaGrapher.jar
easeagrapher/EaseaGrapher.jar
+0
-0
libeasea/CGnuplot.cpp
libeasea/CGnuplot.cpp
+2
-2
No files found.
easeagrapher/EaseaGrapher.jar
0 → 100755
View file @
93f13b12
File added
libeasea/CGnuplot.cpp
View file @
93f13b12
...
@@ -40,10 +40,10 @@ CGnuplot::CGnuplot(Parameters* param, char* title){
...
@@ -40,10 +40,10 @@ CGnuplot::CGnuplot(Parameters* param, char* title){
char
*
pPath
;
char
*
pPath
;
pPath
=
getenv
(
"EZ_PATH"
);
pPath
=
getenv
(
"EZ_PATH"
);
if
(
pPath
!=
NULL
){
if
(
pPath
!=
NULL
){
pPath
=
strcat
(
pPath
,
"EaseaGrapher.jar"
);
pPath
=
strcat
(
pPath
,
"
easeagrapher/
EaseaGrapher.jar"
);
}
}
else
{
else
{
pPath
=
(
char
*
)
"../../EaseaGrapher.jar"
;
pPath
=
(
char
*
)
"../../
easeagrapher/
EaseaGrapher.jar"
;
}
}
char
*
arg
[
4
];
char
*
arg
[
4
];
arg
[
0
]
=
(
char
*
)
"java"
;
arg
[
0
]
=
(
char
*
)
"java"
;
...
...
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