mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 16:19:19 +02:00
build 190809. load weights data file
This commit is contained in:
@@ -1497,7 +1497,7 @@ public:
|
||||
|
||||
/*funkcje obliczajace sily*/
|
||||
void ComputeConstans(void);//ABu: wczesniejsze wyznaczenie stalych dla liczenia sil
|
||||
double ComputeMass(void);
|
||||
void ComputeMass(void);
|
||||
void ComputeTotalForce(double dt);
|
||||
double Adhesive(double staticfriction) const;
|
||||
double TractionForce(double dt);
|
||||
@@ -1645,3 +1645,11 @@ private:
|
||||
};
|
||||
|
||||
//double Distance(TLocation Loc1, TLocation Loc2, TDimension Dim1, TDimension Dim2);
|
||||
|
||||
namespace simulation {
|
||||
|
||||
using weights_table = std::unordered_map<std::string, float>;
|
||||
|
||||
extern weights_table Weights;
|
||||
|
||||
} // simulation
|
||||
|
||||
Reference in New Issue
Block a user