Browse Source

MS compiler error on GQGauss

add-code-of-conduct-1
Trevor Irons 5 years ago
parent
commit
cc8e4a5844
1 changed files with 4 additions and 3 deletions
  1. 4
    3
      Modules/FDEM1D/src/GQChave.cpp

+ 4
- 3
Modules/FDEM1D/src/GQChave.cpp View File

@@ -265,8 +265,8 @@ namespace Lemma{
265 265
 */
266 266
 
267 267
     GQChave::GQChave( const ctor_key& key ) : HankelTransform( key ) {
268
-        karg.resize(255, 100);
269
-        kern.resize(510, 100);
268
+        //karg.resize(255, 100);
269
+        //kern.resize(510, 100);
270 270
     }
271 271
 
272 272
     GQChave::GQChave( const YAML::Node& node, const ctor_key& key ) : HankelTransform(node, key) {
@@ -282,7 +282,6 @@ namespace Lemma{
282 282
         return std::make_shared<GQChave>( ctor_key() );
283 283
     }
284 284
 
285
-
286 285
     //--------------------------------------------------------------------------------------
287 286
     //       Class:  GQChave
288 287
     //      Method:  DeSerialize
@@ -329,6 +328,8 @@ namespace Lemma{
329 328
         //Kernel->SetMode(mode);
330 329
         //ik   = ikk+1;
331 330
         //mode = imode;
331
+        karg.resize(255, 100);
332
+        kern.resize(510, 100);
332 333
 
333 334
         Real Besr(0);
334 335
         Real Besi(0);

Loading…
Cancel
Save