MCPcopy Create free account
hub / github.com/GeoDaCenter/geoda / SetDefaultVarTime

Method SetDefaultVarTime

Project.cpp:1361–1365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1359}
1360
1361void Project::SetDefaultVarTime(int var, int time)
1362{
1363 if (var >= 0 && var < default_var_time.size())
1364 default_var_time[var] = time;
1365}
1366
1367i_array_type* Project::GetSharedCategoryScratch(int num_cats, int num_obs)
1368{

Callers 1

OnOkClickMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected