Skip to content

Commit

Permalink
note for Eigen Maps
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewEichmann-NOAA committed Oct 3, 2023
1 parent 9b2ba1a commit ab55909
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/obsproc/Smos2Ioda.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ namespace gdasapp {
// Jan 01 2000 00:00:00 GMT+0000
const int mjd2000 = 946684800;

// TODO(AFE) maybe use Eigen Maps here
for (int i = 0; i < iodaVars.location; i++) {
iodaVars.longitude(i) = lon[i];
iodaVars.latitude(i) = lat[i];
Expand Down

0 comments on commit ab55909

Please sign in to comment.