Commits

Thibaut Paumard authored c57641f37aa
Gyoto: fixu: include missing files/ directory
No tags

science/Gyoto/files/patch-EquatorialHotSpot.C.diff

Added
1 +diff --git a/lib/EquatorialHotSpot.C b/lib/EquatorialHotSpot.C
2 +index 13a79f1..f6d0f7d 100644
3 +--- a/lib/EquatorialHotSpot.C
4 ++++ b/lib/EquatorialHotSpot.C
5 +@@ -78,7 +78,7 @@ int EquatorialHotSpot::setParameter(string name, string content, string unit) {
6 + double coord[8];
7 + char* tc = const_cast<char*>(content.c_str());
8 + if (name=="InitialCoordinate") {
9 +- name=="InitCoord";
10 ++ name="InitCoord";
11 + return ThinDisk::setParameter(name, content, unit);
12 + } else if (name=="Position") {
13 + if (FactoryMessenger::parseArray(content, coord, 4) != 4)

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut