]>
https://gitweb.dealii.org/ - dealii-svn.git/log
wolf [Wed, 22 May 2002 07:04:28 +0000 (07:04 +0000)]
Uh, fix a bad problem...
git-svn-id: https://svn.dealii.org/trunk@5867
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 21 May 2002 15:32:46 +0000 (15:32 +0000)]
Indent correctly according to out standards.
git-svn-id: https://svn.dealii.org/trunk@5866
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 21 May 2002 14:45:21 +0000 (14:45 +0000)]
Fix typo.
git-svn-id: https://svn.dealii.org/trunk@5865
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 21 May 2002 14:34:52 +0000 (14:34 +0000)]
Returning a void value when the function itself is void is allowed,
but not really a necessary measure, and probably confuses some people...
git-svn-id: https://svn.dealii.org/trunk@5864
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 21 May 2002 10:37:51 +0000 (10:37 +0000)]
Fix years.
git-svn-id: https://svn.dealii.org/trunk@5862
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 21 May 2002 06:58:14 +0000 (06:58 +0000)]
Add a rule that just prints out the names of the tests.
git-svn-id: https://svn.dealii.org/trunk@5859
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 21 May 2002 06:48:12 +0000 (06:48 +0000)]
Undo new test, as that cannot be fixed on the mainline at present. The problems are too pervasive, but I fixed them on a branch. The new tests will show up once the branch is merged.
git-svn-id: https://svn.dealii.org/trunk@5857
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 21 May 2002 06:45:32 +0000 (06:45 +0000)]
Fix typo.
git-svn-id: https://svn.dealii.org/trunk@5856
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 17 May 2002 13:12:59 +0000 (13:12 +0000)]
Check in new test.
git-svn-id: https://svn.dealii.org/trunk@5854
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 17 May 2002 10:47:23 +0000 (10:47 +0000)]
Add something more tricky: systems of systems.
git-svn-id: https://svn.dealii.org/trunk@5852
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 17 May 2002 10:03:07 +0000 (10:03 +0000)]
Fix: When we have a base element with more than one component (e.g. a
FESystem itself as a base element), then make sure we iterate over its
components when setting up the cell table.
git-svn-id: https://svn.dealii.org/trunk@5851
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 17 May 2002 09:45:41 +0000 (09:45 +0000)]
Remove from main branch again. Will be resurrected when branch is finally merged.
git-svn-id: https://svn.dealii.org/trunk@5848
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 17 May 2002 09:44:35 +0000 (09:44 +0000)]
Check primitivity and other features of FEs.
git-svn-id: https://svn.dealii.org/trunk@5847
0785d39b -7218-0410-832d-
ea1e28bc413d
deal [Thu, 16 May 2002 15:26:11 +0000 (15:26 +0000)]
Add gcc 3.1 to list of known compilers.
git-svn-id: https://svn.dealii.org/trunk@5838
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Wed, 15 May 2002 15:22:36 +0000 (15:22 +0000)]
Fix exception macro call.
git-svn-id: https://svn.dealii.org/trunk@5836
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 14 May 2002 11:07:48 +0000 (11:07 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@5835
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Wed, 8 May 2002 12:13:32 +0000 (12:13 +0000)]
Add missing std::.
git-svn-id: https://svn.dealii.org/trunk@5834
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Wed, 8 May 2002 08:05:35 +0000 (08:05 +0000)]
Help Intel's icc compiler when passing the address of a member template function of a template class to the Threads::encapsulate functions, by putting that address into a variable first. icc would error out otherwise in MT mode.
git-svn-id: https://svn.dealii.org/trunk@5833
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 7 May 2002 06:53:21 +0000 (06:53 +0000)]
Fix a really frightening number of places where we need to indicate access to members of base classes by this-> since the base class is template dependent and lookup would not find its members in derived classes unless marked with this->. While most compilers accept it nevertheless, the C++ standard requires us to do this.
git-svn-id: https://svn.dealii.org/trunk@5832
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 7 May 2002 06:50:23 +0000 (06:50 +0000)]
Fix bug. More on setting flags for intel icc.
git-svn-id: https://svn.dealii.org/trunk@5831
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 7 May 2002 06:49:09 +0000 (06:49 +0000)]
indicate
* the global scope using the
* @p{::} in front of
* @p{DataOutBase}, since
* otherwise the C++ rules
* specify that this here
* indicates the @p{DataOutBase}
* base class of this
* class. Since that is a private
* base class, we cannot access
* its members, and so access to
* the local @p{Patch} type would
* be forbidden.
git-svn-id: https://svn.dealii.org/trunk@5830
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 6 May 2002 15:47:03 +0000 (15:47 +0000)]
Fix typo.
git-svn-id: https://svn.dealii.org/trunk@5829
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 6 May 2002 15:02:34 +0000 (15:02 +0000)]
Regenerate
git-svn-id: https://svn.dealii.org/trunk@5828
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 6 May 2002 15:02:00 +0000 (15:02 +0000)]
Detect hp aCC, and set some flags.
git-svn-id: https://svn.dealii.org/trunk@5827
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 6 May 2002 13:32:42 +0000 (13:32 +0000)]
Disable the declaration of explicit specializations of member variables if the compiler does not understand them. The standard says that they are necessary, but what can we do if they are not understood :-( ??
git-svn-id: https://svn.dealii.org/trunk@5826
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 6 May 2002 13:11:09 +0000 (13:11 +0000)]
Regenerate.
git-svn-id: https://svn.dealii.org/trunk@5825
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 6 May 2002 13:10:02 +0000 (13:10 +0000)]
DEAL_II_CHECK_MEMBER_VAR_SPECIALIZATION_BUG
git-svn-id: https://svn.dealii.org/trunk@5824
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Mon, 6 May 2002 11:30:37 +0000 (11:30 +0000)]
spurious const removed
git-svn-id: https://svn.dealii.org/trunk@5823
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 6 May 2002 11:13:07 +0000 (11:13 +0000)]
Properly indent.
git-svn-id: https://svn.dealii.org/trunk@5822
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 6 May 2002 11:03:27 +0000 (11:03 +0000)]
Make no_component really available to the outside world. Strictly
speaking, the default argument should have been invalid before.
git-svn-id: https://svn.dealii.org/trunk@5821
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 6 May 2002 10:51:44 +0000 (10:51 +0000)]
Make it better.
git-svn-id: https://svn.dealii.org/trunk@5820
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 6 May 2002 08:30:26 +0000 (08:30 +0000)]
Fix typo.
git-svn-id: https://svn.dealii.org/trunk@5819
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 6 May 2002 08:11:59 +0000 (08:11 +0000)]
Fix obvious typo.
git-svn-id: https://svn.dealii.org/trunk@5818
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 6 May 2002 08:02:33 +0000 (08:02 +0000)]
Fix typo.
git-svn-id: https://svn.dealii.org/trunk@5817
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 6 May 2002 07:41:55 +0000 (07:41 +0000)]
Remove pre-gcc-2.95 cruft.
git-svn-id: https://svn.dealii.org/trunk@5813
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 6 May 2002 07:41:48 +0000 (07:41 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@5812
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 6 May 2002 07:39:57 +0000 (07:39 +0000)]
Include necessary header.
git-svn-id: https://svn.dealii.org/trunk@5811
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 6 May 2002 07:39:30 +0000 (07:39 +0000)]
Regenerate.
git-svn-id: https://svn.dealii.org/trunk@5810
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 6 May 2002 07:39:02 +0000 (07:39 +0000)]
Detect __PRETTY_FUNCTION__, and if not available work around.
git-svn-id: https://svn.dealii.org/trunk@5809
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 6 May 2002 07:37:45 +0000 (07:37 +0000)]
Report the subdir.
git-svn-id: https://svn.dealii.org/trunk@5808
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 6 May 2002 07:37:26 +0000 (07:37 +0000)]
Mention icc6.
git-svn-id: https://svn.dealii.org/trunk@5807
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 6 May 2002 07:37:13 +0000 (07:37 +0000)]
Finish step-14.
git-svn-id: https://svn.dealii.org/trunk@5806
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 6 May 2002 07:33:49 +0000 (07:33 +0000)]
Detect and work around a bug involving typedefing with template template arguments in gcc2.95. Previously, we simply checked for the version number of the compiler, but we should get away from this and rather check for compiler features using autoconf, to make the whole thing more portable.
git-svn-id: https://svn.dealii.org/trunk@5805
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 6 May 2002 07:32:20 +0000 (07:32 +0000)]
Qualify access of member variables of template dependent base classes by this->, as requested by the aCC compiler.
git-svn-id: https://svn.dealii.org/trunk@5804
0785d39b -7218-0410-832d-
ea1e28bc413d
deal [Fri, 3 May 2002 16:02:27 +0000 (16:02 +0000)]
Have icc 6.0 in the list.
git-svn-id: https://svn.dealii.org/trunk@5803
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 3 May 2002 15:54:18 +0000 (15:54 +0000)]
calm down warning, then error out
git-svn-id: https://svn.dealii.org/trunk@5802
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Fri, 3 May 2002 12:58:27 +0000 (12:58 +0000)]
Explain error estimates for derivative.
git-svn-id: https://svn.dealii.org/trunk@5801
0785d39b -7218-0410-832d-
ea1e28bc413d
deal [Thu, 2 May 2002 17:46:03 +0000 (17:46 +0000)]
Link to the log files in case of a failure.
Give tool-tips if you hover over a pic indicating which system, which compiler, date, and time.
git-svn-id: https://svn.dealii.org/trunk@5799
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 2 May 2002 17:05:38 +0000 (17:05 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@5798
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 2 May 2002 16:49:38 +0000 (16:49 +0000)]
Fix typo.
git-svn-id: https://svn.dealii.org/trunk@5797
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 2 May 2002 16:41:27 +0000 (16:41 +0000)]
Include bibliography into file itself.
git-svn-id: https://svn.dealii.org/trunk@5796
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 2 May 2002 16:33:14 +0000 (16:33 +0000)]
Finish off.
git-svn-id: https://svn.dealii.org/trunk@5795
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Thu, 2 May 2002 16:26:53 +0000 (16:26 +0000)]
GridOut::write_dx
git-svn-id: https://svn.dealii.org/trunk@5794
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Thu, 2 May 2002 16:18:59 +0000 (16:18 +0000)]
TODO
git-svn-id: https://svn.dealii.org/trunk@5793
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Thu, 2 May 2002 16:18:30 +0000 (16:18 +0000)]
assert nobody wants to write just boundary faces
git-svn-id: https://svn.dealii.org/trunk@5792
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Thu, 2 May 2002 16:17:59 +0000 (16:17 +0000)]
Preliminary change in default argument
git-svn-id: https://svn.dealii.org/trunk@5791
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Thu, 2 May 2002 16:06:55 +0000 (16:06 +0000)]
new grid output for OpenDX
git-svn-id: https://svn.dealii.org/trunk@5790
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Thu, 2 May 2002 16:02:10 +0000 (16:02 +0000)]
OpenDX program for new grid output
git-svn-id: https://svn.dealii.org/trunk@5789
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 2 May 2002 13:49:14 +0000 (13:49 +0000)]
Fix typo.
git-svn-id: https://svn.dealii.org/trunk@5788
0785d39b -7218-0410-832d-
ea1e28bc413d
guido [Thu, 2 May 2002 12:24:44 +0000 (12:24 +0000)]
avoid parallelizing make Makefile.dep for targets all, debug, optimized
git-svn-id: https://svn.dealii.org/trunk@5784
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Thu, 2 May 2002 11:26:19 +0000 (11:26 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@5783
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 30 Apr 2002 16:25:56 +0000 (16:25 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@5782
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 30 Apr 2002 16:15:59 +0000 (16:15 +0000)]
Add some std:: where necessary.
git-svn-id: https://svn.dealii.org/trunk@5781
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 30 Apr 2002 15:58:04 +0000 (15:58 +0000)]
Well, give a return value after abort(), nevermind. cxx complains otherwise.
git-svn-id: https://svn.dealii.org/trunk@5780
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 30 Apr 2002 15:57:22 +0000 (15:57 +0000)]
Use std::abort.
git-svn-id: https://svn.dealii.org/trunk@5779
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 30 Apr 2002 15:56:36 +0000 (15:56 +0000)]
OSF needs unistd.h as well for autodetection of the number of processors.
git-svn-id: https://svn.dealii.org/trunk@5778
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 30 Apr 2002 15:24:30 +0000 (15:24 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@5777
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 30 Apr 2002 15:22:56 +0000 (15:22 +0000)]
Call POSIX functions correctly
git-svn-id: https://svn.dealii.org/trunk@5776
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 30 Apr 2002 15:21:12 +0000 (15:21 +0000)]
In shell scripts, don't set variables with a space in front of the =.
git-svn-id: https://svn.dealii.org/trunk@5775
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 30 Apr 2002 15:19:15 +0000 (15:19 +0000)]
Work around a bug in Compaq cxx which disallows us to declare the Function destructor abstract (=0), and yet implement it.
git-svn-id: https://svn.dealii.org/trunk@5774
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 30 Apr 2002 15:16:13 +0000 (15:16 +0000)]
Prefix math functions by std::
git-svn-id: https://svn.dealii.org/trunk@5771
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 30 Apr 2002 12:00:53 +0000 (12:00 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@5770
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 30 Apr 2002 11:59:16 +0000 (11:59 +0000)]
More for step-14.
git-svn-id: https://svn.dealii.org/trunk@5769
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 30 Apr 2002 11:47:43 +0000 (11:47 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@5768
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 30 Apr 2002 11:14:38 +0000 (11:14 +0000)]
Ugh.
git-svn-id: https://svn.dealii.org/trunk@5767
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 30 Apr 2002 11:12:21 +0000 (11:12 +0000)]
More back.
git-svn-id: https://svn.dealii.org/trunk@5766
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 30 Apr 2002 11:11:15 +0000 (11:11 +0000)]
Back to exercise 2.3 as default.
git-svn-id: https://svn.dealii.org/trunk@5765
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 30 Apr 2002 10:55:51 +0000 (10:55 +0000)]
Some systems need to include sys/time.h as well.
git-svn-id: https://svn.dealii.org/trunk@5764
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 30 Apr 2002 10:53:12 +0000 (10:53 +0000)]
Qualify sind/cos/exp for std::
git-svn-id: https://svn.dealii.org/trunk@5763
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 30 Apr 2002 09:21:27 +0000 (09:21 +0000)]
Uh, squash big fat bug.
git-svn-id: https://svn.dealii.org/trunk@5762
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 30 Apr 2002 08:45:28 +0000 (08:45 +0000)]
Generate the top and bottom part of the config.h.in file using the AH_TOP and AH_BOTTOM macros, as is recommended practice since autoconf2.50.
git-svn-id: https://svn.dealii.org/trunk@5761
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 30 Apr 2002 08:39:08 +0000 (08:39 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@5760
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Tue, 30 Apr 2002 08:30:07 +0000 (08:30 +0000)]
Support POSIX threads, as an alternative to ACE.
git-svn-id: https://svn.dealii.org/trunk@5759
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 29 Apr 2002 16:12:13 +0000 (16:12 +0000)]
One more comment.
git-svn-id: https://svn.dealii.org/trunk@5755
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 29 Apr 2002 16:09:47 +0000 (16:09 +0000)]
Update on what has been done.
git-svn-id: https://svn.dealii.org/trunk@5754
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 29 Apr 2002 16:08:22 +0000 (16:08 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@5753
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 29 Apr 2002 16:08:11 +0000 (16:08 +0000)]
Enough for today.
git-svn-id: https://svn.dealii.org/trunk@5752
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 29 Apr 2002 15:58:41 +0000 (15:58 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@5751
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 29 Apr 2002 14:49:52 +0000 (14:49 +0000)]
Fix two places where @sect{ was used without a number.
git-svn-id: https://svn.dealii.org/trunk@5750
0785d39b -7218-0410-832d-
ea1e28bc413d
hartmann [Mon, 29 Apr 2002 14:44:22 +0000 (14:44 +0000)]
Doc fix.
git-svn-id: https://svn.dealii.org/trunk@5749
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 29 Apr 2002 13:54:29 +0000 (13:54 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@5748
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 29 Apr 2002 13:47:40 +0000 (13:47 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@5747
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 29 Apr 2002 13:41:20 +0000 (13:41 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@5746
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 29 Apr 2002 13:27:27 +0000 (13:27 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@5745
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 29 Apr 2002 13:18:45 +0000 (13:18 +0000)]
Equisize pix.
git-svn-id: https://svn.dealii.org/trunk@5744
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 29 Apr 2002 13:16:44 +0000 (13:16 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@5743
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 29 Apr 2002 13:10:36 +0000 (13:10 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@5742
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 29 Apr 2002 13:01:02 +0000 (13:01 +0000)]
Work around a bug in Intel's icc, which introduced the wrong class names into the wrong namespace when using a namespace-using directive.
git-svn-id: https://svn.dealii.org/trunk@5741
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 29 Apr 2002 12:20:44 +0000 (12:20 +0000)]
.
git-svn-id: https://svn.dealii.org/trunk@5740
0785d39b -7218-0410-832d-
ea1e28bc413d
wolf [Mon, 29 Apr 2002 12:19:40 +0000 (12:19 +0000)]
Finish.
git-svn-id: https://svn.dealii.org/trunk@5739
0785d39b -7218-0410-832d-
ea1e28bc413d
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams
Typeset in
Trocchi and Trocchi Bold Sans Serif.