basis for project to upload to server.
This commit is contained in:
17
include/layers.hpp
Normal file
17
include/layers.hpp
Normal file
@ -0,0 +1,17 @@
|
||||
#ifndef LAYERS_H_
|
||||
#define LAYERS_H_
|
||||
|
||||
struct Layer_s{
|
||||
unsigned int size;
|
||||
unsigned int* location_index;
|
||||
float* compaction;
|
||||
float* H2O;
|
||||
float* Organic_life;
|
||||
float* Organic_dead;
|
||||
float* Lime;
|
||||
float* Roots;
|
||||
float* Stone_volume;
|
||||
}
|
||||
|
||||
|
||||
#endif // LAYERS_H_
|
||||
Reference in New Issue
Block a user