Skip to content
Snippets Groups Projects
Commit 1c489930 authored by kutscher's avatar kutscher
Browse files

library is changed

parent f5ddeaad
No related branches found
No related tags found
No related merge requests found
......@@ -548,7 +548,23 @@ namespace UbMath
static const double two = 2.0;
static const double three = 3.0;
static const double four = 4.0;
static const double five = 5.0;
static const double six = 6.0;
static const double seven = 7.0;
static const double eight = 8.0;
static const double nine = 9.0;
static const double fourteen = 14.0;
static const double fiveteen = 15.0;
static const double sixteen = 16.0;
static const double twentyone = 21.0;
static const double twentyfour = 24.0;
static const double twentyeight = 28.0;
static const double twentynine = 29.0;
static const double fourtyeight = 48.0;
static const double fifty = 50.0;
static const double fiftysix = 56.0;
static const double c152 = 152.0;
static const double c130 = 130.0;
}
#endif
......@@ -154,9 +154,10 @@ private:
bool active;
bool transformation;
friend class MPIIORestartCoProcessor;
friend class MPIIORestart1CoProcessor;
friend class MPIIORestart2CoProcessor;
friend class MPIIORestart3CoProcessor;
friend class MPIIORestart11CoProcessor;
friend class MPIIORestart21CoProcessor;
friend class boost::serialization::access;
template<class Archive>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment