Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add topo from file #9

Merged
merged 11 commits into from
Jun 22, 2016
Merged

Conversation

anne-glerum
Copy link

It works for a fantasy data file. Still have to make it pretty.

for (unsigned int i=0; i<2; i++)
Assert (endpoints[i].first < endpoints[i].second,
ExcMessage ("The interval in each coordinate direction needs "
"to have positive size"));
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

De corner waarden zijn volgens mij niet gegarandeerd positief (coördinaten lopen van -90 tot 90 en -180 tot 180 voor latitude en longitude respectievelijk). Ik moet er nog een keer naar kijken, maar weet je zeker dat er niet het zelfde nodig is als bij de generatie van de coarse grid? En ss deze assert nodig?

@MFraters MFraters merged commit cac7f7a into MFraters:ellipsoid_topo Jun 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants