Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dune-grid-howto
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Core Modules
dune-grid-howto
Commits
3d82f2d2
Commit
3d82f2d2
authored
Jan 23, 2008
by
Oliver Sander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed another spurious ;
[[Imported from SVN: r198]]
parent
c96cf792
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gettingstarted.cc
gettingstarted.cc
+1
-1
No files found.
gettingstarted.cc
View file @
3d82f2d2
...
...
@@ -19,7 +19,7 @@ int main(int argc, char **argv)
// make a grid
const
int
dim
=
3
;
/*@\label{gs:dim}@*/
typedef
Dune
::
SGrid
<
dim
,
dim
>
GridType
;
/*@\label{gs:gridtype}@*/
Dune
::
FieldVector
<
int
,
dim
>
N
(
3
);
;
/*@\label{gs:par0}@*/
Dune
::
FieldVector
<
int
,
dim
>
N
(
3
);
/*@\label{gs:par0}@*/
Dune
::
FieldVector
<
GridType
::
ctype
,
dim
>
L
(
-
1.0
);
Dune
::
FieldVector
<
GridType
::
ctype
,
dim
>
H
(
1.0
);
/*@\label{gs:par1}@*/
GridType
grid
(
N
,
L
,
H
);
/*@\label{gs:grid}@*/
...
...
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