Salome HOME
*** empty log message ***
[modules/multipr.git] / src / MULTIPR / multipr.cxx
index ccdedb7650749dd7d622c1a99f54ef53daf0c9cb..332412f0c374e77bfc71f04d26974bea8764d100 100644 (file)
@@ -591,7 +591,7 @@ int runDumpMED()
                        
                        {
                                // display list of fields contained in the MED file
-                               vector<pair<string,int> > res = multipr::getListFields(g_medFilename);
+                               vector<pair<string,int> > res = multipr::getListScalarFields(g_medFilename);
                                cout << "List of fields in this MED file:" << endl;
                                for (unsigned i = 0 ; i < res.size() ; i++)
                                {