mirror of
https://git.gfz-potsdam.de/naaice/tug.git
synced 2025-12-13 09:28:23 +01:00
test commit
This commit is contained in:
parent
7cf4ad4772
commit
88b00931f8
@ -30,7 +30,7 @@ int main(int argc, char *argv[]) {
|
||||
// MatrixXd concentrations = MatrixXd::Constant(20,20,1000); // #row,#col,value
|
||||
// grid.setConcentrations(concentrations);
|
||||
MatrixXd concentrations = MatrixXd::Constant(row,col,0);
|
||||
concentrations(0,0) = 2000;
|
||||
concentrations(0,0) = 1999;
|
||||
grid.setConcentrations(concentrations);
|
||||
|
||||
// (optional) set alphas of the grid, e.g.:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user