Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 418ffe98 authored by Harald Martini's avatar Harald Martini
Browse files

declare SetMissions() to public

parent 8548bfc9
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ namespace TUGraz.VectoCore.Tests.Utils
return run;
}
internal void SetMissions(params (MissionType m, LoadingType loadingType)[] missionLoadingPairs)
public void SetMissions(params (MissionType m, LoadingType loadingType)[] missionLoadingPairs)
{
foreach (var missionLoadingPair in missionLoadingPairs) {
_missionsToRun.Add((missionLoadingPair.m, missionLoadingPair.loadingType));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment