Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
meshalyzer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openCARP
meshalyzer
Commits
dc425449
Commit
dc425449
authored
Sep 18, 2020
by
vigmond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small bug interpreting time series
parent
2a8cdaec
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
src/DataOnDemand.h
src/DataOnDemand.h
+1
-1
src/trimesh.fl
src/trimesh.fl
+6
-6
No files found.
src/DataOnDemand.h
View file @
dc425449
...
@@ -91,7 +91,7 @@ DataOnDemand<T>::DataOnDemand( const char *fn, int slsz )
...
@@ -91,7 +91,7 @@ DataOnDemand<T>::DataOnDemand( const char *fn, int slsz )
maxtm
=
-
1
;
maxtm
=
-
1
;
throw
PointMismatch
(
slice_size
,
hdr
->
slice_sz
());
throw
PointMismatch
(
slice_size
,
hdr
->
slice_sz
());
}
}
maxtm
=
hdr
->
dim_
t
();
maxtm
=
hdr
->
t
();
_dt
=
hdr
->
inc_t
();
_dt
=
hdr
->
inc_t
();
_t0
=
hdr
->
org_t
();
_t0
=
hdr
->
org_t
();
databuf
=
(
char
*
)
malloc
(
slice_size
*
hdr
->
data_size
()
);
databuf
=
(
char
*
)
malloc
(
slice_size
*
hdr
->
data_size
()
);
...
...
src/trimesh.fl
View file @
dc425449
# data file for the Fltk User Interface Designer (fluid)
# data file for the Fltk User Interface Designer (fluid)
version 1.0
400
version 1.0
305
header_name {.h}
header_name {.h}
code_name {.cc}
code_name {.cc}
decl {\#include "Surfaces.h"} {public local
decl {\#include "Surfaces.h"} {public local
...
@@ -116,7 +116,7 @@ class Controls {open
...
@@ -116,7 +116,7 @@ class Controls {open
} {
} {
Fl_Window window {
Fl_Window window {
label {Meshalyzer Controls} open
label {Meshalyzer Controls} open
xywh {234
45
350 705} type Double box UP_BOX
xywh {234
64
350 705} type Double box UP_BOX
code0 {\#include <FL/Fl_Color_Chooser.H>}
code0 {\#include <FL/Fl_Color_Chooser.H>}
code1 {\#include "VecData.h"} visible
code1 {\#include "VecData.h"} visible
} {
} {
...
@@ -910,8 +910,8 @@ reglist->do_callback();}
...
@@ -910,8 +910,8 @@ reglist->do_callback();}
xywh {10 270 330 260} align 0
xywh {10 270 330 260} align 0
} {
} {
Fl_Group hilightgrp {
Fl_Group hilightgrp {
label Highlight
label Highlight
selected
xywh {10 305 330 225} color 11 labelfont 1 labelsize 12 labelcolor 121 align 4
hide
xywh {10 305 330 225} color 11 labelfont 1 labelsize 12 labelcolor 121 align 4
} {
} {
Fl_Value_Input tethi {
Fl_Value_Input tethi {
label {VolEle:}
label {VolEle:}
...
@@ -1593,7 +1593,7 @@ mwtb->redraw();}
...
@@ -1593,7 +1593,7 @@ mwtb->redraw();}
}
}
Fl_Group auxgridgrp {
Fl_Group auxgridgrp {
label {Aux Grid} open
label {Aux Grid} open
xywh {15 305 325 220} box UP_BOX color 60 labelfont 1 labelsize 12 labelcolor 60 align 4 deactivate
xywh {15 305 325 220} box UP_BOX color 60 labelfont 1 labelsize 12 labelcolor 60 align 4
hide
deactivate
} {
} {
Fl_Light_Button auxgriddispbut {
Fl_Light_Button auxgriddispbut {
label On
label On
...
@@ -2000,7 +2000,7 @@ mwtb->redraw();}
...
@@ -2000,7 +2000,7 @@ mwtb->redraw();}
Fl_Button {} {
Fl_Button {} {
label {Dead Data}
label {Dead Data}
callback {if( mwtb->auxGrid )
callback {if( mwtb->auxGrid )
mwtb->auxGrid->_deadData->window->show();}
selected
mwtb->auxGrid->_deadData->window->show();}
xywh {175 390 80 20}
xywh {175 390 80 20}
}
}
}
}
...
...
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