Skip to content

Commit 880d24a

Browse files
guillencampasanguinariojoe
authored andcommitted
Reading stiffness file correction
1 parent 77b0d52 commit 880d24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/MoorDyn2.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ class MoorDyn final : public io::IO
756756
return MOORDYN_INVALID_INPUT;
757757
}
758758
x.push_back(atof(entries[0].c_str()));
759-
y.push_back(atof(entries[0].c_str()));
759+
y.push_back(atof(entries[1].c_str()));
760760
LOGDBG << "(" << x.back() << ", " << y.back() << ")" << std::endl;
761761
}
762762

0 commit comments

Comments
 (0)