You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
turbineData[iTurb].FASTRestartFileName = ""; // if blank, it will use FAST convention <RootName>.nt_global
1363
+
turbineData[iTurb].FASTRestartFileName = turbineData[iTurb].outFileRoot + "." + std::to_string(nt_global); // if blank, it will use FAST convention <RootName>.nt_global
turbineData[iTurb].FASTRestartFileName = ""; // if blank, it will use FAST convention <RootName>.nt_global
1524
+
turbineData[iTurb].FASTRestartFileName = turbineData[iTurb].outFileRoot + "." + std::to_string(nt_global); // if blank, it will use FAST convention <RootName>.nt_global
0 commit comments