Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
ea2dcb1f
Commit
ea2dcb1f
authored
9 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
pp
parent
71664867
No related branches found
No related tags found
Loading
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
contrib/mobile/Android/src/org/geuz/onelab/Gmsh.java
+2
-2
2 additions, 2 deletions
contrib/mobile/Android/src/org/geuz/onelab/Gmsh.java
contrib/mobile/Android/src/org/geuz/onelab/SplashScreen.java
+1
-3
1 addition, 3 deletions
contrib/mobile/Android/src/org/geuz/onelab/SplashScreen.java
with
3 additions
and
5 deletions
contrib/mobile/Android/src/org/geuz/onelab/Gmsh.java
+
2
−
2
View file @
ea2dcb1f
...
@@ -5,7 +5,7 @@ import android.os.Parcel;
...
@@ -5,7 +5,7 @@ import android.os.Parcel;
import
android.os.Parcelable
;
import
android.os.Parcelable
;
public
class
Gmsh
implements
Parcelable
{
public
class
Gmsh
implements
Parcelable
{
/
**
from C/C++ code
**/
/
/
from C/C++ code
:
static
{
static
{
System
.
loadLibrary
(
"f2cblas"
);
System
.
loadLibrary
(
"f2cblas"
);
System
.
loadLibrary
(
"f2clapack"
);
System
.
loadLibrary
(
"f2clapack"
);
...
@@ -45,7 +45,7 @@ public class Gmsh implements Parcelable {
...
@@ -45,7 +45,7 @@ public class Gmsh implements Parcelable {
public
static
native
String
getAboutGmsh
();
public
static
native
String
getAboutGmsh
();
public
static
native
String
getAboutGetDP
();
public
static
native
String
getAboutGetDP
();
/
**
Java
CLASS **/
/
/
Java
class:
private
long
ptr
;
private
long
ptr
;
private
Handler
handler
;
private
Handler
handler
;
public
Gmsh
(
Handler
handler
,
float
fontFactor
)
public
Gmsh
(
Handler
handler
,
float
fontFactor
)
...
...
This diff is collapsed.
Click to expand it.
contrib/mobile/Android/src/org/geuz/onelab/SplashScreen.java
+
1
−
3
View file @
ea2dcb1f
...
@@ -70,9 +70,7 @@ public class SplashScreen extends Activity{
...
@@ -70,9 +70,7 @@ public class SplashScreen extends Activity{
handler
.
sendMessageDelayed
(
msg
,
500
);
// 500 milliseconds
handler
.
sendMessageDelayed
(
msg
,
500
);
// 500 milliseconds
}
}
/**
// Uncompress zip archive into the files directory of the application.
* Uncompress zip archive into the files directory of the application.
*/
private
boolean
ImportZipArchive
(
InputStream
stream
)
private
boolean
ImportZipArchive
(
InputStream
stream
)
{
{
try
{
try
{
...
...
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