- 05 Oct, 2004 21 commits
-
-
simone authored
-
prudhomm authored
-
prudhomm authored
not yet finished though. it relies on boost but it is not mandatory the next version of LifeV will have boost as mandatory
-
prudhomm authored
-
prudhomm authored
-
prudhomm authored
-
prudhomm authored
-
prudhomm authored
-
prudhomm authored
-
prudhomm authored
-
prudhomm authored
* indent only with spaces(no tabs) : 4 spaces * ansi C/C++ format * break bracket from preblock (ie { on newline) * spaces around operators and parenthesis now the code should way easier to read ! it could be that some places got uglier but overall it should be much better
-
prudhomm authored
updated NEWS with work from Simone and Gilles (only the solvers in lifealg ;) )
-
winkelma authored
-
vmartin authored
-
gfourestey authored
-
prudhomm authored
added Alexandra and Gilles in the AUTHORS file
-
prudhomm authored
ignore automatically generated files
-
vmartin authored
-
prudhomm authored
-
prudhomm authored
* more C++ standard compliance. unfortunately there are still lots of construct that are non standard (e.g. int v[size] where size is variable) * fixed a lot of template specialization * removed all ; after } (except for classes of course) * tons of work remains to be done before LifeV can be fully compiled with g++-3.4. most lifesolver won't compile for example
-
prudhomm authored
* again lots of code that is obviously not compiled, this was broken * fixed some interface that says they do somthing but in fact they don't for example returning something while they return nothing in fact
-
- 04 Oct, 2004 19 commits
-
-
gfourestey authored
-
gfourestey authored
reverting evalResidual input varaibles so that input variables are first and modified variables are last in the calling sequence
-
gfourestey authored
-
simone authored
-
simone authored
-
moura authored
-
moura authored
-
gfourestey authored
-
prudhomm authored
* Fixed some lots of broken code that obviously are never compiled ! otherwise we would have seen that a _long_ time ago * re-indent some part according to dirvars *PLEASE, use template<> class A<double> to specialize a template class. template<> is mandatory !!!!!
-
prudhomm authored
template<> class A<double> to specialize a template class. template<> is mandatory !!!!!
-
prudhomm authored
it seems that there is some dead code in there (otherwise it would not have _NEVER_ compiled!) fixed C++ compliance
-
prudhomm authored
-
prudhomm authored
-
moura authored
-
moura authored
-
vmartin authored
-
gfourestey authored
-
gfourestey authored
-
prudhomm authored
and updated NEWS
-