Commits
Thibaut Paumard authored c57641f37aa
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 + | |
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) |