File tree 1 file changed +0
-4
lines changed 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -5635,7 +5635,6 @@ class VTK_WriteMeshT_Op : public E_F0mps {
5635
5635
5636
5636
vector< Expression2 > l;
5637
5637
#ifndef COMMON_HPDDM_PARALLEL_IO
5638
-
5639
5638
static const int n_name_param = std::is_same<MMesh, MeshS>::value ? 8 : 7 ;
5640
5639
#else
5641
5640
static const int n_name_param = std::is_same<MMesh, MeshS>::value ? 9 : 8 ;;
@@ -6342,9 +6341,6 @@ class VTK_LoadMeshT_Op : public E_F0mps {
6342
6341
return nargs[i] ? GetAny< double >((*nargs[i])(stack)) : a;
6343
6342
}
6344
6343
string* arg (int i, Stack stack, string* a) const { return nargs[i] ? GetAny< string* >((*nargs[i])(stack)) : a;}
6345
- // string arg(int i, Stack stack, string a) const {
6346
- // return nargs[i] ? GetAny< string >((*nargs[i])(stack)) : a;
6347
- // }
6348
6344
KN<KN<double > >* arg (int i, Stack stack,KN<KN<double > >*p) const {
6349
6345
return nargs[i] ? GetAny< KN<KN<double > >* >((*nargs[i])(stack)) : p;
6350
6346
}
You can’t perform that action at this time.
0 commit comments