Home
last modified time | relevance | path

Searched refs:typeadd (Results 1 – 6 of 6) sorted by relevance

/dports/www/ikiwiki/ikiwiki-3.20200202.3/t/
H A Dcalculate_changed_links.t58 is_deeply($linkchangers, { add => 1, remove => 1, typeadd => 1, typeremove => 1 });
/dports/science/netcdf/netcdf-c-4.7.4/ncdump/
H A Ddumplib.h60 extern void typeadd ( nctype_t *typep );
H A Ddumplib.c475 void typeadd(nctype_t *typep) { in typeadd() function
1501 typeadd(tp);
1617 typeadd(tinfo);
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/ncdump/
H A Ddumplib.h60 extern void typeadd ( nctype_t *typep );
H A Ddumplib.c475 void typeadd(nctype_t *typep) { in typeadd() function
1501 typeadd(tp);
1617 typeadd(tinfo);
/dports/science/sparta/sparta-20Oct2021/src/
H A Dread_surf.cpp1169 int typeadd = 0; in process_args() local
1287 typeadd = input->inumeric(FLERR,arg[iarg+1]); in process_args()
1288 if (typeadd < 0) error->all(FLERR,"Invalid read_surf command"); in process_args()
1338 if (typeadd) { in process_args()
1343 for (int i = nsurf_old; i < nsurf_new; i++) lines[i].type += typeadd; in process_args()
1348 for (int i = nsurf_old; i < nsurf_new; i++) tris[i].type += typeadd; in process_args()